// JavaScript Document
function opencontact(){
//Open a modal window with an iframe page inside, and assign the result to a global variable called "contact"
contact=dhtmlmodal.open('contact', 'iframe', 'AllPages/Contact.php', 'Contact Us', 'width=400px,height=400px,center=1,resize=0,scrolling=0')

contact.onclose=function(){
return true //allow closing of window
}
}

