


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#A8B188";
oncolor="#FFFFFF";
offbgcolor="#E2CBB0";
offcolor="#603913";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#F3E9DE";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top="offset=130";
left="offset=-82";
alwaysvisible=1;
itemheight=20;
orientation="horizontal";
aI("text=Home&nbsp;;url=index.php");
aI("text=Home Listings;showmenu=listings;");
aI("text=Buyers;showmenu=buyer;");
aI("text=Sellers;showmenu=seller;");
aI("text=Members;showmenu=members;");
aI("text=Links & Resources&nbsp;;url=links.php;");
aI("text=Contact Us&nbsp;;url=contact.php;");
}

with(milonic=new menuname("listings")){
style=menuStyle;
aI("text=Browse Listings;url=browse_listings.php;");
aI("text=Sell Your Home;url=https://www.canadianhomes4sale.com/list_home.php;");
aI("text=View An Example Listing;url=example.php;");
aI("text=Advanced Listings Search;url=advanced_search.php;");
}

with(milonic=new menuname("buyer")){
style=menuStyle;
aI("text=Buyer's Tips;url=buyer_tips.php;");
aI("text=Links & Resources;url=links.php;");
aI("text=Mortgage Calculator;url=mortgage.php;");
aI("text=Browse Listings;url=browse_listings.php;");
}

with(milonic=new menuname("seller")){
style=menuStyle;
aI("text=Benefits of Listing;url=benefits.php;");
aI("text=Advertising Rates;url=rates.php;");
aI("text=List Your Home;url=list_home.php;");
aI("text=FAQ's;url=faq.php;");
aI("text=Security & Privacy;url=security.php;");
aI("text=Seller's Guide;url=seller_guide.php;");
aI("text=Terms of Use;url=terms.php;");
}

with(milonic=new menuname("members")){
style=menuStyle;
aI("text=Log In to Your Account;url=login.php;");
aI("text=Member Control Panel;url=members.php;");
aI("text=Member Log Out;url=logout.php;");
}


drawMenus();

