
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
	onbgcolor = "#4F8EB6";
	oncolor = "#ffffff";
	offbgcolor = "#ffffff";
	offcolor = "#000000";
	visitedcolor = "#000000";
	bordercolor = "#999999";
	borderstyle = "solid";
	separatorcolor = "#dddddd";
	separatorsize = 1;
	separatorpadding=1
	padding = 4
	borderwidth = 1
	onborder="1px solid #000000";
	overfilter = "Fade(duration=0.3);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)"
	outfilter = "Fade(duration=0.3);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=3)"
	fontsize = "12";
	fontstyle = "normal";
	fontfamily = "arial, verdana, tahoma";
	pagebgcolor = "#FFFFFF";
	pagecolor = "#000066";
	headercolor = "#000000";
	headerbgcolor = "#C1D7E4";
	headerborder="1px solid #000000";
}

with(milonic=new menuname("mAbout")){
style=menuStyle;
aI("text=Company Biography;url=about_us_bio.asp;status=Company Biography");
aI("text=Agents;url=about_us_agents.asp;status=Agents");
aI("text=Support Staff;url=about_us_support_staff.asp;status=Support Staff");
}

with(milonic=new menuname("mProperties")){
style=menuStyle;
aI("text=All Properties;url=search.asp?idCity=-1&Area=-1&Type=;status=All Properties");
aI("text=New Developments;url=search.asp?idCity=-1&Area=-1&Type=1;status=New Developments");
aI("text=Existing Shopping Centers;url=search.asp?idCity=-1&Area=-1&Type=2;status=Existing Shopping Centers");
aI("text=Available Buildings;url=search.asp?idCity=-1&Area=-1&Type=4;status=Existing Buildings");
aI("text=Available Land/Outlots;url=search.asp?idCity=-1&Area=-1&Type=3;status=Available Land/Outlots");
}

with(milonic=new menuname("mClients")){
style=menuStyle;
aI("text=Buyers/Tenants;url=clients_buyers_tenants.asp;status=Buyers/Tenants");
aI("text=Landlords/Sellers;url=clients_landlords_sellers.asp;status=Landlords/Sellers");
}

with(milonic=new menuname("mServices")){
style=menuStyle;
aI("text=Tenant/Buyer Services;url=services_tenant_buyer_rep.asp;status=Tenant/Buyer Services");
aI("text=Shopping Center Marketing;url=services_shop_cent_mkt.asp;status=Shopping Center Marketing");
}