
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // 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="#1970B9";
oncolor="#D8EDFF";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#794932";
oncolor="#FFFFFF";
offbgcolor="#B4B1A3";
offcolor="#794932";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="bold";
fontfamily="arial, helvetica, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("services")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=145;
aI("text=About Our Client Services;url=about_clientservices.php;");
aI("text=Sales;url=sales.php;");
aI("text=Leasing;url=leasing.php;");
aI("text=Valuation;url=valuation.php;");
aI("text=Development;url=development.php;");
aI("text=Property Mgmt.;url=prop_man.php;");
}

with(milonic=new menuname("agents")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=106; 
aI("text=Guy Byrd;url=agents.php?id=1;");
aI("text=Matthew Byrd;url=agents.php?id=2;");
aI("text=Skip Sherwood;url=agents.php?id=3;");
aI("text=Jeff Ottmar;url=agents.php?id=24;");
//aI("text=Lance von Marbod;url=agents.php?id=4;");
//aI("text=Shane Phillips;url=agents.php?id=26;");
// aI("text=Jon Whipple;url=agents.php?id=27;");
aI("text=Preston Jackson;url=agents.php?id=5;");
//aI("text=Mary L'Homme;url=agents.php?id=25;");

aI("text=Michael Dullanty;url=agents.php?id=34;");
aI("text=Bill Tibbits;url=agents.php?id=37;");
aI("text=Shawn C. Nichols;url=agents.php?id=35;");
// aI("text=Duane Hollis;url=agents.php?id=33;");
}

with(milonic=new menuname("properties")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=108; 
aI("text=Office;url=main_internal.php?secid=1&type=l;");
aI("text=Retail;url=main_internal.php?secid=2;");
aI("text=Industrial;url=main_internal.php?secid=4;");
aI("text=Investment;url=main_internal.php?secid=16;");
aI("text=Land;url=main_internal.php?secid=8;");
aI("text=Self Storage;url=main_internal.php?secid=32;");
aI("text=All Properties;url=main_internal.php;");
aI("text=Search By Agent;url=agents_list.php;");
}

with(milonic=new menuname("selfstorage")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=124; 
aI("text=About Self Storage;url=selfstorage_about.php;");
aI("text=Available Properties;url=main_internal.php?secid=32;");
aI("text=Self Storage Articles;url=selfstorage_articles.php;");
aI("text=Bio;url=selfstorage_bio.php;");
aI("text=Links;url=selfstorage_links.php;");
}

drawMenus();

