/*
	Panasonic Global
	JS FILE [setPR.js]
	This file contains the definition of "PR section of Toppage" .
 */



/* 1. PR column
--------------------------------------------------------------------------	*/
function setPR(){
	num = Math.floor( pr_array.length * Math.random());
	str_pr = '<p><a href="' + pr_array[num][1] + '"><img src="' + pr_array[num][0] + '" alt="' + pr_array[num][2] + '" width="711" height="297"><\/a><\/p>';
	document.write(str_pr);
}





/* 2. Popup window
--------------------------------------------------------------------------	*/
function brandpop(url){
	var str = 'width=900,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	swin = window.open(url,'brand',str);
	swin.focus();
}








