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(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="10%";
fontstyle="normal";
itemwidth=188;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
imagewidth=188;
onbgcolor="#ddffdd";
oncolor="#000099";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=0;
subimagepadding=0;
}



with(greenStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
itemheight=29;
fontfamily="Arial";
fontsize="10";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
itemwidth="150";
offbgcolor="#019972";
offcolor="#FFFFFF";
onbgcolor="#019972";
oncolor="#00C995";
padding=4;
pagebgcolor="#17C699";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
//orientation="horizontal";
style=menuStyle;
top=10;
position="relative";
aI("url=/home.html;image=/images/home.gif;overimage=/images/home_o.gif;");
aI("showmenu=About;url=/about/company.html;image=/images/aboutus.gif;overimage=/images/aboutus_o.gif;");
aI("showmenu=Commercial;url=/commercial/property.html;image=/images/commercial.gif;overimage=/images/commercial_o.gif;");
aI("showmenu=Apartments;url=/apartments/property.html;image=/images/apartments.gif;overimage=/images/apartments_o.gif;");
aI("showmenu=Homeowner;url=/associations/property.html;image=/images/homeowner.gif;overimage=/images/homeowner_o.gif;");
aI("showmenu=Consulting;url=/consulting.html;image=/images/consulting.gif;overimage=/images/consulting_o.gif;");
aI("showmenu=Leasing;url=/leasing.html;image=/images/leasing.gif;overimage=/images/leasing_o.gif;");
aI("showmenu=Employment;url=/employment.html;image=/images/employment.gif;overimage=/images/employment_o.gif;");

aI("showmenu=Contact;url=/contact.html;image=/images/contact.gif;overimage=/images/contact_o.gif;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=greenStyle;
aI("text=COMPANY;url=/about/company.html")
aI("text=OFFICERS;url=/about/officers.html")
aI("text=SENIOR STAFF;url=/about/people.html;showmenu=People;")
aI("text=AMO DESIGNATION;url=/about/amo.html")
aI("text=AFFILIATIONS;url=/about/affiliations.html")
}



with(milonic=new menuname("Commercial")){
overflow="scroll";
style=greenStyle;
aI("text=PROPERTY MANAGEMENT SERVICES;url=/commercial/property.html")
aI("text=FINANCIAL MANAGEMENT;url=/commercial/financial.html")
aI("text=MAINTENANCE MANAGEMENT;url=/commercial/maintenance.html")
aI("text=PROJECT MANAGEMENT;url=/commercial/project.html")
aI("text=ADMINISTRATIVE SERVICES;url=/commercial/administrative.html")
}

with(milonic=new menuname("Apartments")){
overflow="scroll";
style=greenStyle;
aI("text=PROPERTY MANAGEMENT SERVICES;url=/apartments/property.html")
aI("text=FINANCIAL MANAGEMENT;url=/apartments/financial.html")
aI("text=MAINTENANCE MANAGEMENT;url=/apartments/maintenance.html")
aI("text=PROJECT MANAGEMENT;url=/apartments/project.html")
aI("text=ADMINISTRATIVE SERVICES;url=/apartments/administrative.html")
}

with(milonic=new menuname("Homeowner")){
overflow="scroll";
style=greenStyle;
aI("text=PROPERTY MANAGEMENT SERVICES;url=/associations/property.html")
aI("text=FINANCIAL MANAGEMENT;url=/associations/financial.html")
aI("text=MAINTENANCE MANAGEMENT;url=/associations/maintenance.html")
aI("text=PROJECT MANAGEMENT;url=/associations/project.html")
aI("text=ADMINISTRATIVE SERVICES;url=/associations/administrative.html")
}

with(milonic=new menuname("Consulting")){
overflow="scroll";
style=greenStyle;
}

with(milonic=new menuname("Leasing")){
overflow="scroll";
style=greenStyle;
}

//with(milonic=new menuname("Employment")){
//overflow="scroll";
//style=greenStyle;
//aI("text=JOB POSTINGS;url=")
//}

with(milonic=new menuname("News")){
overflow="scroll";
style=greenStyle;
}

with(milonic=new menuname("Contact")){
overflow="scroll";
style=greenStyle;
}


with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;");
aI("text=Contact Us;url=http://www.milonic.com/contactus.php;");
aI("text=Newsletter Subscription;url=http://www.milonic.com/newsletter.php;");
aI("text=FAQ;url=http://www.milonic.com/menufaq.php;");
aI("text=Discussion Forum;url=http://www.milonic.com/forum/;");
aI("text=Software License Agreement;url=http://www.milonic.com/license.php;");
aI("text=Privacy Policy;url=http://www.milonic.com/privacy.php;");
}





drawMenus();


