	
function 
	poponload()
	
{
		testwindow=window.open ("info/main-notice.html", "Notice",
								"location=1, status=1, scrollbars=1, width=720,height=300");
		testwindown.moveTo(0,0);
}

