// This Javascript main navigation

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=25             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40 
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // 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()){
oncolor="#cccccc";
offcolor="#ffffff";
fontsize="11";
fontweight="Bold";
}



with(menuStyle2=new mm_style()){
oncolor="#000000";
offcolor="#666666";
separatorcolor="#B5C8D7";
separatorsize="1";
separatoralign="center";
separatorpadding=8;
fontsize="9";
fontstyle="ARIAL";
fontweight="normal";
align="center";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top="138";
itemheight=10;
screenposition="center;middle";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;itemwidth=255;");
aI("text=HOME;url=/;itemwidth=47;");
aI("text=SERVICES;url=/services.htm;itemwidth=70;");
aI("text=VALUES;url=/values.htm;itemwidth=55;");
aI("text=RESIDENTIAL;url=/residential.htm;itemwidth=80;");
aI("text=PROPERTIES;url=/properties.htm;showmenu=properties;itemwidth=80;");
aI("text=CONTACT;url=contactus.htm;itemwidth=85;");
}

with(milonic=new menuname("properties")){
style=menuStyle2;
top="170";
left="offset=-190"; 
margin=3;
orientation="horizontal";
aI("text=Robert Hamman;url=http://olp.svn.com/PublicProfile2/ViewProfile/Default.aspx?Section=Properties&PersonID=33217");
aI("text=Search Listings;url=http://www.svn.com/Default.aspx?pgid=2");
}

with(milonic=new menuname("who")){
style=menuStyle2;
top="170";
left="offset=-143"; 
margin=3;
orientation="horizontal";
aI("text=ABOUT PAUL MCINNIS;url=whoweare.htm;");
aI("text=THE SVN AUCTION TEAM;url=team.htm;");
aI("text=ABOUT SPERRY VAN NESS;url=aboutsvn.htm;");
}

with(milonic=new menuname("faq")){
style=menuStyle2;
top="170";
left="offset=-135"; 
margin=3;
orientation="horizontal"; 
aI("text=BUYER FAQs;url=buyerfaq.htm;");
aI("text=SELLER FAQs;url=sellerfaq.htm;");
aI("text=WHAT IS ACCELERATED MARKETING;url=accel.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle2;
top="170";
left="offset=-201"; 
margin=3;
orientation="horizontal"; 
aI("text=REQUEST PROPOSAL;url=proposal.htm;");
aI("text=NEWSLETTER;url=newsletter.htm;");
aI("text=GENERAL INFO;url=contact.htm;");
}

drawMenus();

