function PopFlag(){
new_window =
window.open('thankyou.php','Thank_You','WIDTH=253,HEIGHT=230,scrollbars=no,left=360,top=190,toolbars=no,directories=no,status=no,resize=no,menubar=no,location=no')
new_window.focus()
}
function PopFlag2(){
new_window =
window.open('legal.html','Legal_Notice','WIDTH=353,HEIGHT=400,scrollbars=yes,left=10,top=10,toolbars=yes,directories=no,status=no,resize=yes,menubar=no,location=no')
new_window.focus()
}