window.onLoad = newWindow;

function newWindow() 
{
	window.open("site/pop_up.php", resizable="no", "top=400, left=500, width=250, height=140, menubar=no, resizable=no, location=no, status=no, toolbar=no, scrollbars=no");
	
}
