<!--function enter_site() {	mywidth =300;	myheight =301;	myleft = (screen.width - mywidth) / 0;	mytop = (screen.height - myheight) / 0;	window.open('win.html', 'ITPARK', 'width='+mywidth+',height='+myheight+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left='+myleft+',top='+mytop);}//-->// 別ウインドウのリンクを変えるfunction win2(WO) {    if (opener.closed) {        NewWin.location.href=WO  ;        }     else { opener.location.href=WO }}