function openContact(URL)
{
window.open(URL, "contact", "width=600,height=330");
}