
/*
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(menuStyle=new mm_style()){
onbgcolor="#14477E";
oncolor="#D1E2EF";
offbgcolor="#D1E2EF";
offcolor="#515151";
bordercolor="#BDC6D0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#BDC6D0";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#14477E";
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=Advanced Search;url=/advancedsearch.asp;");
aI("text=Moving to Rochester?;url=/movingtorochester.asp;");
aI("text=Remember My Home Search;url=/savedsearch.asp;");
aI("text=Find an Agent;url=/findagent.asp;");
aI("text=Find an Office;url=/findoffice.asp;");
aI("text=Foreclosures;url=/foreclosures.asp;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=History of GRAR;url=grarhistory.asp;");
aI("text=History of GENRIS;url=genrishistory.asp;");
aI("text=History of RCF;url=rcfhistory.asp;");
aI("text=The REALTORS&reg; Civility Statement;url=realtorscivility.asp;");
aI("text=Code of Ethics;url=codeofethics.asp;");
aI("text=How to File a Complaint;url=howtofilecomplaint.asp;");
}

with(milonic=new menuname("Schools")){
style=menuStyle;
overflow="scroll";
aI("text=County Home Sales Statistics;url=countyhomesales.asp;");
aI("text=School District Statistics;url=schooldistricts.asp;");
aI("text=Miscellaneous Sales Statistics;url=salesstatistics.asp;");


}

with(milonic=new menuname("Realtor")){
style=menuStyle;
overflow="scroll";
aI("text=NYS Licensing Information;url=nyslicenseinformation.asp;");
aI("text=NYS Licensure FAQ's;url=http://www.dos.state.ny.us/lcns/realestate/rebsfaq.html#need;");
aI("text=Schedule of Qualifying Courses;url=schedulecourses.asp;");
aI("text=Benefits of GRAR Membership;url=grarmembershipbenefits.asp;");
aI("text=Application for Membership;url=GRARMemberApps.asp;");
}

with(milonic=new menuname("Education")){
style=menuStyle;
overflow="scroll";
aI("text=About GRAR Education Department;url=aboutgrareducation.asp;");
aI("text=Education News;url=educationnews.asp;");
aI("text=School Policy;url=schoolpolicy.asp;");
aI("text=Continuing Education Requirements;url=continuingeducation.asp;")
aI("text=On-Site Classes;url=onsiteclasses.asp;");
aI("text=Schedule of Licensing Courses;url=schedulecourses.asp;");
aI("text=Online Courses;url=onlinecourses.asp;");

}

with(milonic=new menuname("News")){
style=menuStyle;
overflow="scroll";
aI("text=Press Releases;url=pressreleases.asp;");
aI("text=Weekly Real Estate Columns;url=weeklyrealestate.asp;");
aI("text=Events;url=events.asp;");


}

with(milonic=new menuname("GrarMembers")){
style=menuStyle;
overflow="scroll";



}
drawMenus();

