// Windowをフルスクリーンで開くfunction openFullScr_kujaku(){var  str = "left=0,screenX=0,top=0,screenY=0,scrollbars=yes,resizable=yes,status=yes";if(window.screen){var ah=screen.availHeight;var aw=screen.availWidth;str+=",height="+ah;str+=",width="+aw;}var tmp=window.open("http://www.sansei-rd.com/products04/kujaku/index.html","full",str);tmp.moveTo(0,0);tmp.resizeTo(aw,ah);}// JavaScript Document
