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