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()){
align="left";
//Font select ************************
fontfamily="Verdana, Tahoma, Arial, sans-serif";
fontsize="75%";
fontstyle="normal";
//What is this? **********************
headerbgcolor="#ffffff";
headercolor="#000000";
//Background colors ******************
onbgcolor="#3d7b22";
offbgcolor="#184900";
//Text colors ************************
oncolor="#ffffff";
offcolor="#ffffff";
//Background color when selected *****
pagebgcolor="#3d7b22";
pagecolor="white";
//
subimage="http://theconsultingtimes.com/mt-static/menus_js/arrow_down.gif";
subimagepadding=5;
separatorsize=2;
separatorcolor="#184900";
separatorpadding=5;
padding=5;
}

with(submenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
align="left";
fontfamily="Verdana, Tahoma, Arial, sans-serif";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//
offbgcolor="#ffffff";
onbgcolor="#3d7b22";
//
oncolor="#ffffff";
offcolor="#666666";
//
pagebgcolor="#3d7b22";
pagecolor="white";
separatorcolor="#333333";
separatorsize=1;
subimage="http://theconsultingtimes.com/mt-static/menus_js/arrow_down.gif";
subimagepadding=5;
padding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
left="offset=-150"; 
top="offset=125";
style=menuStyle;
aI("text=@Home;showmenu=Misc;url=http://www.theconsultingtimes.com/;");
aI("text=Become an ACRE&reg;;showmenu=Steps;url=http://acrealestate.info/main;");
aI("text=Times Community;showmenu=Community;url=http://www.theconsultingtimes.com/blog/;");
aI("text=ACRE&reg; Locator;showmenu=Index;url=http://www.theconsultingtimes.com/find/;");
aI("text=ACRE&reg; Graduates Only;showmenu=Graduates;url=http://www.theconsultingtimes.com/exchange/forum/;");

//aI("text=Find It;url=#footer");
}

with(milonic=new menuname("Misc")){
style=submenuStyle;
aI("text=Question or Comment? Contact Us;url=http://www.theconsultingtimes.com/contact/send_us_a_private_inquiry.html;");
aI("text=About the Authors;showmenu=The Authors;");
aI("text=Testimonials;showmenu=Testimonials;");
}

with(milonic=new menuname("Steps")){
style=submenuStyle;
aI("text=1. Ask yourself these questions...;url=http://www.theconsultingtimes.com/course/archives/2008/02/accredited_consultant_in_real.html;");
aI("text=2. Learn about the program;url=http://www.theconsultingtimes.com/course/archives/2008/02/about_graduate_coaching.html;");
aI("text=3. Learn about the value we provide;url=http://www.theconsultingtimes.com/course/archives/2008/02/resources_to_launch_your_new_b.html;");
aI("text=4. Begin the journey ... Enroll Now;url=http://acrealestate.info/exam/info/1;");
//aI("text=Become an ACRE;url=http://acrealestate.info/main;");
}

with(milonic=new menuname("Index")){
style=submenuStyle;
aI("text=On the Map;url=http://www.theconsultingtimes.com/find/;");
aI("text=Index by Location;url=http://www.theconsultingtimes.com/find/archives.html;");
}

with(milonic=new menuname("Community")){
style=submenuStyle;
aI("text=Join Our Community;url=http://www.theconsultingtimes.com/blog/;");
aI("text=ASK the ACRE&reg; Council;url=http://www.theconsultingtimes.com/blog/ask.html;");
}

with(milonic=new menuname("The Authors")){
style=submenuStyle;
aI("text=Summary;url=http://www.theconsultingtimes.com/about/;");
aI("text=Mollie Wasserman;url=http://www.theconsultingtimes.com/about/archives/2007/04/mollie_wasserman.html;");
aI("text=Merv Forney;url=http://www.theconsultingtimes.com/about/archives/2007/04/merv_forney.html;");
aI("text=Judi Bryan;url=http://www.theconsultingtimes.com/about/archives/2007/03/judi_bryan.html;");
}

with(milonic=new menuname("Graduates")){
style=submenuStyle;
aI("text=Graduate Exchange;url=http://www.theconsultingtimes.com/exchange/forum/;");
aI("text=Products and Services;url=http://www.theconsultingtimes.com/products/;");
aI("text=Registration;url=http://www.theconsultingtimes.com/exchange/exchange_registration.html;");
aI("text=Sign in;url=http://www.theconsultingtimes.com/exchange/exchange_sign_in.html;");
}

with(milonic=new menuname("Testimonials")){
style=submenuStyle;
aI("text=All [or select by type];url=http://www.theconsultingtimes.com/testimonials/;");
aI("text=Agents;url=http://www.theconsultingtimes.com/testimonials/archives/agents/;");
aI("text=Clients;url=http://www.theconsultingtimes.com/testimonials/archives/clients/;");
aI("text=Industry;url=http://www.theconsultingtimes.com/testimonials/archives/industry/;");
}

drawMenus();
