//Popup Script
var theURL = 'popup.php';

function popWindow(){
	window.open(theURL,"newWindow","status=1, height=300, width=700, resizable=0, left=300, top=10");
}
