function privacystatement(){
goPopWindow = window.open("privacy.php","Privacystatement","width=640,height=400,left=80,top=250,screenX=80,screenY=300");
}
function disclaimer(){
goPopWindow = window.open("disclaimer.php","Disclaimer","width=640,height=340,left=80,top=250,screenX=80,screenY=300");
}
