//Movie Player
function player(){
	window.open("http://www.dllat-b.com/manual.htm","player","scrollbars=no,toolbar=no,resizable=no,width=310,height=350");
}
//Movie Player 下階層
function player2(){
	window.open("http://www.dllat-b.com/manual.htm","player","scrollbars=no,toolbar=no,resizable=no,width=310,height=350");
}
//Movie Player ブログ
function player3(){
	window.open("http://www.dllat-b.com/manual.htm","player","scrollbars=no,toolbar=no,resizable=no,width=310,height=350");
}



//info popup
function infomap(){
	window.open("map.html","map","scrollbars=no,toolbar=yes,resizable=no,width=400,height=300");
}



//スペシャルページ popup
function sp(opURL,winName){
	window.open(opURL,winName,"scrollbars=yes,toolbar=no,resizable=no,width=700,height=400");
}



//popup window からメインページへ
function goMain(gmURL){
	window.opener.location.href=gmURL;
}