// JavaScript Documentfunction fullwin(){newwin = window.open("full.html","",'fullscreen=yes,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=0,top=0,width=' + screen.width + ',height=' + screen.height)newwin.moveTo(0,0);newwin.focus();}function closewin(){window.top.close();}/*function shopwin(){newwin = window.open("http://www.rakuten.co.jp/first/","","height=450,width=450,menubar=1,resizable=1,scrollbars=1, status=1,titlebar=1,toolbar=1,left=0,top=0")newwin.moveTo(0,0);}*/function shopwin(n){newwin = window.open(n,"","height=450,width=450,menubar=1,resizable=1,scrollbars=1, status=1,titlebar=1,toolbar=1,left=0,top=0")newwin.moveTo(0,0);}
