function ContactWindow()
{MyWindow = 
window.open("contact.html", "contact",
"width=660,height=500,left=15,top=10,dependent=yes,resizable=no,menubar=no,statusbar=no,scrollbars=yes");
}
