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(homemenuStyle=new mm_style()){
onbgcolor="";
oncolor="#E75EA2";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="0";
borderwidth="0";
separatorcolor="";
separatorsize="0";
padding="7";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#ffffff";
pagebgcolor="";
headercolor="";
headerbgcolor="";
followscrolling="1"
subimagepadding="0";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#E75EA2";
offbgcolor="";
offcolor="#033163";
bordercolor="";
borderstyle="0";
borderwidth="0";
separatorcolor="";
separatorsize="0";
padding="7";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#033163";
pagebgcolor="";
headercolor="";
headerbgcolor="";
followscrolling="1"
subimagepadding="0";
outfilter="randomdissolve(duration=0.0)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#d5dfe9";
oncolor="#E75EA2";
offbgcolor="#d5dfe9";
offcolor="#033163";
bordercolor="#";
borderstyle="solid";
borderwidth=0;
separatorcolor="#";
separatorsize="0";
padding=6;
fontsize="13";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#033163";
pagebgcolor="#d5dfe9";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="../commonimages/nav/subarrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity100);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("Home Button")){
alwaysvisible=1;
top="165";
left="20";
orientation="vertical";
style=homemenuStyle;
menuwidth="180";

aI("text=Home;url=/;status=Home;");
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top="195";
left="20";
orientation="vertical";
menuwidth="180";
style=menuStyle;
aI("text=Why LoanMagic?;url=/whyloanmagic;status=Why Loan Magic?;");
aI("text=Sample Reports;url=/samplereports;status=Sample Reports;");
aI("text=See a Demonstration;url=javascript:popFile('http://download.docmagic.com/media/download/media/swf/lm4-demo.swf','LoanMagic Demo',800,600);status=See a Demonstration;");
aI("text=Download/Order CD;url=/downloadorder;status=Download/Order CDs;");
aI("text=LoanMagic Community;url=/forum-web/;status=LoanMagic Community;");
aI("text=Training;url=/training;status=Live Training;");
aI("text=Support;url=/support;status=Support;");
aI("text=Services & Fees;url=/servicesfees;status=Services & Fees;");
aI("text=In the News;url=/about/news;status=In the News;");
aI("text=Testimonials;url=/about/testimonials;status=Testimonials;");
aI("text=About Us;url=/aboutus;status=About Us;");
}

//with(milonic=new menuname("support")){
//style=submenuStyle;
//top="offset=0";
//left="offset=-50";
//menuwidth=180;
//aI("text= Web Help Live;url=webhelp.html;status=Web Help Live;");
//aI("text= Frequently Asked Questions;url=faq.html;status=Frequently Asked Questions;");
//aI("text= Automated Tutorials;url=tutorials.html;status=Tutorials;");
//}

drawMenus();


