﻿var topurl=this.location.href
retopurl=topurl.split("contact.html?")
var mystate=retopurl[1]
if(mystate=="contact")
{
var form1=document.getElementById("form1")
form1.style.cssText="display:none;height:0px;line-height:0px;"
form1.innerHTML="";
}
if(mystate=="inquireform")
{
var showcontact=document.getElementById("showcontact")
showcontact.style.cssText="display:none;height:0px;line-height:0px;"
}
