fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#74a7ce";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#356da6";
offcolor="#ffffff";
onbgcolor="#67a4d8";
oncolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#719767";
pagecolor="ffffff";
separatorcolor="#74a7ce";
separatorsize=1;
subimagepadding=2;
}

with(hidho=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/Menu_Buttons/home.gif;showmenu=Home;url=default.asp;");
aI("image=images/Menu_Buttons/file.gif;showmenu=File;url=welcome.asp;");
aI("image=images/Menu_Buttons/prices.gif;showmenu=Fees;url=prices.aspx;");
aI("image=images/Menu_Buttons/faq.gif;showmenu=FAQ;url=lien-reference-desk.aspx;");
aI("image=images/Menu_Buttons/about.gif;showmenu=Aboutus;url=about.asp");
aI("image=images/Menu_Buttons/collections.gif;showmenu=Collections;url=account-services.aspx;");

}

with(hidho=new menuname("Home")){
style=menuStyle;
}

with(hidho=new menuname("File")){
style=menuStyle; 
aI("text=Liens&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=file-lien.asp;");
aI("text=Bond Claims;url=file-bond-claim.asp;");
aI("text=Prelien Notices;url=file-prelien.asp;");
aI("text=Stop Notices;url=file-stop.asp;");
aI("text=Lien Releases;url=file-discharge.asp;");
aI("text=Lien Amendments;url=file-amendment.asp;");
aI("text=Lien Extensions;url=file-extension.asp;");
}

with(hidho=new menuname("Fees")){
style=menuStyle;
}


with(hidho=new menuname("Aboutus")){
style=menuStyle;

aI("text=About LienItNow&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=about.asp;");
aI("text=Contact Us;url=contact.asp;");
}

with(hidho=new menuname("FAQ")){
style=menuStyle;
aI("text=Our Process;url=faq.asp;");
aI("text=State Guides;url=state-lien-faq.aspx;");
aI("text=State Lien Statutes;url=property-lien-statutes.aspx;");
aI("text=Lien Document Guides;url=lien-document-faq.aspx;");
}

with(hidho=new menuname("Collections")){
style=menuStyle;
aI("text= NEW! Credit Checks;url=credit-check.asp;");
aI("text= Accounts Management;url=collections.asp;");
aI("text=Factoring;url=factoring.asp;");
aI("text=Attorney Connections;url=attorney-connections.aspx;");
}



drawMenus();


