
<!--
function newWin(){
	//win1=window.open("newWinContents2.html","","toolbar=0,directories=0,width=300,height=300");

rand = Math.floor(Math.random()*1000000);

newwin = window.open("prevent/index.html?" + rand,"preview","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes");

newwin.moveTo(0,0);

newwin.resizeTo(screen.availWidth,screen.availHeight);

newwin.focus();





}


function newentry(){
	//win1=window.open("newWinContents2.html","","toolbar=0,directories=0,width=300,height=300");

rand = Math.floor(Math.random()*1000000);

newwin = window.open("prevent/entry.html?" + rand,"preview","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes");

newwin.moveTo(0,0);

newwin.resizeTo(screen.availWidth,screen.availHeight);

newwin.focus();





}

//-->
