/**
 * Flash表示用JS
 * ========================================
 * Dir		swf格納ディレクトリ
 * Name		swfファイル名
 * Width	幅
 * Height	高さ
 */


<!--ブランドポップアップ用スクリプト


//-->
function seido01(page){
org=window.open(page,"company2","resizable=yes,scrollbars=yes,width=780,height=500,screenX=10,screenY=10");
org.focus();}

function win01(page){
org=window.open(page,"company1","resizable=yes,scrollbars=yes,width=485,height=300,screenX=10,screenY=10");
org.focus();}

function win02(page){
org=window.open(page,"eco2","resizable=yes,scrollbars=yes,width=475,height=500,screenX=10,screenY=10");
org.focus();}

function win03(page){
org=window.open(page,"po","resizable=yes,scrollbars=yes,width=590,height=600,screenX=10,screenY=10");
org.focus();}

function gw01(page){
org=window.open(page,"gw1","scrollbars=yes,width=632,height=650,screenX=0,screenY=0");
org.focus();}


function openWin(name, w, h, op) {
  var param = 'width=' + w + ',height=' + h + ',menubar=no,statusbar=no,toolbar=no';
	if(op != '') {
	  param = param + ',' + op;
	}
  window.open( 'popup/' + name + '.html', name, param);
}
