


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffcf7b";
oncolor="#000000";
offbgcolor="#00659c";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#008ECE";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/loggedin/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("LearnMore")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=/eforms_learn_overview.htm;");
//aI("text=Overview;url=/eforms_showme_overview.htm;");
aI("text=Benefits;url=/eforms_learn_features_benefits.htm;");
aI("text=Comparison;url=/compare.htm;");
aI("text=System Reqs;url=/eforms_sys_req.htm;");
aI("text=Gold Member Tour;url=/eforms_showme_static.htm;");
aI("text=FAQs;url=/eforms_faqs.htm;");
}

with(milonic=new menuname("FindForms")){
style=menuStyle;

aI("text=Master Forms List;url=/eforms_master_list.htm;");

}

with(milonic=new menuname("Estore")){
style=menuStyle;
aI("text=e-Store Options;url=/eforms_showme_estore.htm;");
//aI("text=eWizard (Samples);url=/eforms_tryit_wizard.htm;");
}

with(milonic=new menuname("BuyIt")){
style=menuStyle;
aI("text=Gold Pricing;url=/eforms_buy_gold.htm;");
//aI("text=eWizard;url=http://www.landlord.com/ewizard;");
aI("text=Guarantee;url=/eforms_guarantee.htm;");
aI("text=Testimonials;url=/eforms_testimonials.htm;");
}

with(milonic=new menuname("SignUp")){
style=menuStyle;
aI("text=Sign-Up;url=https://www.myrentaldesk.com/securemembership/signup.php;");
aI("text=Download Adobe;url=/download_help.htm;");
aI("text=Terms & Use;url=/eforms_termsanduse.htm");
}

with(milonic=new menuname("HelpCenter")){
style=menuStyle;
aI("text=Contact Us;url=/eforms_support.htm;");
aI("text=FAQs;url=/eforms_faqs.htm;");
}

drawMenus();


