// JavaScript Privacy Popup
function createPopup() {
	// create the popup window
	thePopup=window.open("privacy.php","thePopup","width=470,height=470,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no");
}
