_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("FindForms")){
style=menuStyle;
overflow="scroll";
aI("text=Sample Member Forms;url=http://www.myrentaldesk.com/members/free/;");
aI("text=Standard Member Forms;url=http://www.myrentaldesk.com/members/standardgold/;");
aI("text=Deluxe Member Forms;url=http://www.myrentaldesk.com/members/deluxegold/;");
}

with(milonic=new menuname("GoldForms")){
style=menuStyle;
//aI("text=Quick Pick List;url=/members/free/efm_forms_master_list.htm");
aI("text=Popular Forms;url=/members/free/efm_forms_most_popular.htm");
aI("text=Alphabetical List;showmenu=alpha_list;status=membership levels;"); 
aI("text=By State;url=/members/free/efm_forms_gold_state.htm;status=Category of Standard Forms;");
}

with(milonic=new menuname("alpha_list")){
style=menuStyle;
aI("text=Sample Members;url=/members/free/custom_sample_member/efm_forms_alphabetical.htm;");
aI("text=Standard Gold Members;url=/members/standardgold/custom_standard_member/efm_forms_alphabetical.htm;"); 
aI("text=Deluxe Gold Members;url=/members/deluxegold/custom_deluxe_member/efm_forms_alphabetical.htm;status=Category of Standard Forms;");
}



with(milonic=new menuname("TaxForms")){
style=menuStyle;
aI("text=Federal;url=/members/standardgold/efc_tax_frms_federal.htm;status=Federal;");
aI("text=State;url=/members/standardgold/efc_tax_frms_state.htm;status=State;");
}

with(milonic=new menuname("HUDForms")){
style=menuStyle;
aI("text=Section 8;url=/members/standardgold/efc_hud_section8_framset.htm;");
aI("text=Low Income;url=/members/standardgold/efc_hud_low.htm;");
}

with(milonic=new menuname("GovernmentForms")){
style=menuStyle;
aI("text=US Post Office;url=/members/standardgold/efc_gov_postal.htm;");
aI("text=Veterans Admin;url=/members/standardgold/efc_gov_postal.htm;");
aI("text=FedForms.gov;url=/members/standardgold/efc_gov_postal.htm;");
}

with(milonic=new menuname("InternationalForms")){
style=menuStyle;
aI("text=Australia Landlord Forms;url=/members/standardgold/efc_intl_australia.htm;");
aI("text=Canada Landlord Forms;url=/members/standardgold/efc_intl_canada.htm;");
aI("text=New Zealand Landlord Forms;url=/members/standardgold/efc_intl_newzealand.htm;");
aI("text=UK Landlord Forms;url=/members/standardgold/efc_intl_uk.htm;");
//aI("text=Canada Landlord Forms;url=/members/free/efc_intl_canada.htm;");
}


//menu2
with(milonic=new menuname("FormLetters")){
style=menuStyle;
aI("text=Best Landlord Letters;url=/members/standardgold/efc_ltr.htm;");
//aI("text=Category;showmenu=CategoryLetters;status=Category Letters;");
}



//menu4
with(milonic=new menuname("eStoreForms")){
style=menuStyle;
aI("text=Shop For Forms;url=/members/free/efc_estore.htm;");
}

//menu5
with(milonic=new menuname("GoldMembership")){
style=menuStyle;
aI("text=Gold Benefits;url=/members/free/efc_goldmembership_benefits.htm;");
}


with(milonic=new menuname("mymembership")){
style=menuStyle;
aI("text=Your Membership Info;url=http://www.myrentaldesk.com/securemembership/member.php;");
}


//menu6
with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=Overview;url=/members/free/efc_helpcenter_overview.htm;");
aI("text=Support/Contact Us;url=/members/free/efc_helpcenter_support.htm;");
aI("text=Faq's;url=/members/free/efc_helpcenter_faq.htm;");
aI("text=Pdf Help;url=/members/free/efc_helpcenter_pdf.htm;");
aI("text=System Reqs;url=/members/free/efc_helpcenter_sys_reqs.htm;");
aI("text=Security;url=/members/free/efc_helpcenter_security.htm;");
aI("text=Feedback;url=/members/free/efc_helpcenter_feedback.htm;");
}


drawMenus();

