_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=5               // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){

bordercolor="#FFFFFF";

borderstyle="solid";

padding=3;

fontstyle="normal";

fontweight="bold";

}



with(menuStyle=new mm_style()){

onbgcolor="";

oncolor="#FFFFFF";

offbgcolor="";

offcolor="#FFFFCC";

bordercolor="#ffffff";

borderstyle="solid";

borderwidth=0;

separatorcolor="#ffffff";

separatorsize="1";

padding=5;

fontsize="125%";

fontstyle="normal";

fontweight="bold";

fontfamily="Tahoma, Arial";

headercolor="#000000";

headerbgcolor="#ffffff";

subimagepadding="2";

overfilter="GradientWipe(duration=0.3,wipeStyle=0);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="randomdissolve(duration=0.4)";

}



with(submenuStyle=new mm_style()){

onbgcolor="#83A9BE";

oncolor="#FFFFFF";

offbgcolor="#83A9BE";

offcolor="#FFFFCC";

bordercolor="#ffffff";

borderstyle="solid";

borderwidth=0;

separatorcolor="#ffffff";

separatorsize="1";

padding=5;

fontsize="125%";

fontstyle="normal";

fontweight="bold";

fontfamily="Tahoma, Arial";

headercolor="#000000";

headerbgcolor="#ffffff";

subimagepadding="2";

overfilter="GradientWipe(duration=0.3,wipeStyle=0);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="randomdissolve(duration=0.4)";

}



with(milonic=new menuname("Main Menu")){

style=menuStyle;

top=125;

left=0;

itemheight=20;

orientation="horizontal";

position="relative";

alwaysvisible=1;



aI("url=/;text=Home;");

aI("showmenu=businessmenu;url=/business_for_sale.php;text=Businesses For Sale;");

//aI("showmenu=businessmenu;url=http://www.adamevans.ca/;text=Businesses For Sale;");

aI("showmenu=farnchise;url=/business_for_sale.php?show=franchise;text=Franchise Opportunities;");

aI("showmenu=sellabusiness;url=/sell_business.php;text=Sell a Business;");

aI("url=/buyersearch.php;text=Business Wanted;");

aI("showmenu=loginmenu;url=/profile.php;text=My Account;");

aI("url=/articles.php;text=Articles;");

}



with(milonic=new menuname("sellabusiness")){

style=submenuStyle;

aI("url=/findanagent.php;text=Find an Agent;");

}

with(milonic=new menuname("farnchise")){

style=submenuStyle;
aI("url=/ecos_water_franchise.php;text=Featured Franchise;");
aI("url=/benefits_for_agents.php;text=Benefits for Franchises;");
aI("url=/franchise_consulting.php;text=Franchise Consulting;");

}



with(milonic=new menuname("loginmenu")){

style=submenuStyle;

aI("url=/login.php;text=Login;");

aI("url=/register.php;text=Signup as a New User;");

aI("url=/login.php?password=forgot;text=Forgot Password;");

aI("url=/login.php?log=out;text=Logout;");

}



drawMenus();
