/*Open a popup window with the contact page in it*/
function popUpContact() 
{
  window.open("contactform.htm","Window2","status=no,height=570,width=570,resizable=yes,left=100,top=100,scrollbars=yes");
}

