
/*
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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#006699";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=4;
fontsize="78%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("HomeSearch")){
style=menuStyle;
overflow="scroll";
aI("text=Search All Homes;url=http://frame.windermere.com/index.cfm?fuseaction=listing.searchOptions&frameAgentID=417;");
aI("text=Our Listings;url=http://frame.windermere.com/index.cfm?fuseaction=Listing.actSearchByAgent&searchAgentMetauser_ID=417;");
aI("text=Custom Request;url=homefinderform.html;");
aI("text=Auto E-mail;url=mywindermere.html;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=About Us;url=aboutus.html;");
aI("text=Testimonials;url=testimonials.html;");
}

with(milonic=new menuname("Buyer")){
style=menuStyle;
aI("text=First Time Homebuyers;url=firsttime.html;");
aI("text=Real Estate News;url=http://www.nwrealestate.com/nwrpub/common/news.html;");
aI("text=Newsletter;url=http://pelascini.mywindermere.com/index.cfm?fuseaction=about.newsletter;");
aI("text=Mortgage Calculators;url=http://frame.windermere.com/index.cfm?fuseaction=listing.FinancialCalc;");
aI("text=School Information;url=http://texis.seattletimes.nwsource.com/cgi-bin/texis/schoolguide/vortex/index;");
}

with(milonic=new menuname("Seller")){
style=menuStyle;
aI("text=Free Seller Seminar;url=sellers.html;");
aI("text=Real Estate News;url=http://www.nwrealestate.com/nwrpub/common/news.html;");
aI("text=Newsletter;url=http://pelascini.mywindermere.com/index.cfm?fuseaction=about.newsletter;");
aI("text=Moving Link;url=http://www.movinglink.com/;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=contactus.html;");
}

with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();

