
function popup(theURL){
	popupWin = window.open(theURL, 'popupWin', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=720,height=800");
	popupWin.focus();
}

