/*
Filename: pulldown_menus.js
Desc:     Pulldown menu definitions for Riverwood
Author:   Relevant Arts Enterprise, Inc. <http://www.relevantarts.com/>
          John A. Lock <jlock@relevantarts.com>
Created:  2006-Aug-10
Modified: 
*/

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(DefaultStyle=new mm_style()){
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#004F76";
offcolor="#FFFFFF";
onbgcolor="#F7943D";
oncolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana,Arial,Helvetica";
fontsize="12";
fontstyle="normal";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Alpha(opacity=75)";
padding=2;
//pagebgcolor="#82B6D7";
//pagecolor="black";
//separatorcolor="#999999";
//separatorsize=1;
//subimage="img/white_arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("company_menu")){
left=20;
style=DefaultStyle;
aI("text=Home;url=index.html;");
aI("text=About the Company;url=company.html;");
aI("text=Professional Profile;url=professional.html;");
}

with(milonic=new menuname("retail_menu")) {
top=127;
left=17;
style=DefaultStyle;
overflow="scroll";
aI("text=All Retail Centers;url=centers.html;");
//aI("text=Albany Square;url=centers.html#albanysquare.html;");
aI("text=AT&T Atlantic;url=centers.html#attatlantic;");
aI("text=Austell Promenade;url=austellprome.html;");
aI("text=Autumn Glenn;url=autumnglenn.html;");
aI("text=Billingsley Promenade;url=billingsleyp.html;");
aI("text=Brookfield Promenade;url=brookfieldpr.html;");
aI("text=Camp Creek Station;url=campcreeksta.html;");
aI("text=Canton Mill Commons;url=cantonmillco.html;");
aI("text=Cascade Promenade;url=cascadeprome.html;");
aI("text=Cherrydale Center;url=cherrydalepo.html;");
aI("text=Cumming Festival;url=cummingfesti.html;");
aI("text=Cumming Promenade;url=cummingprome.html;");
aI("text=Dawsonville Commons;url=dawsonvillec.html;");
aI("text=Dawsonville Promenade;url=dawsonvillep.html;");
aI("text=Douglasville Promenade;url=dvillepromen.html;");
aI("text=Eagle Plaza;url=eagleplaza.html;");
aI("text=Eastern Shore Promenade;url=easternshore.html;");
aI("text=Grasslands Plaza;url=grasslands_p.html;");
aI("text=Greenwood Promenade;url=greenwoodpro.html;");
aI("text=Grove Park Plaza;url=grove_park_p.html;");
aI("text=Hickory Flat;url=hickoryflat.html;");
aI("text=Hudson Bridge Pavilion;url=hudsonbridge.html;");
aI("text=Indian Trail Center;url=indiantrailc.html;");
aI("text=Just Brakes;url=centers.html#justbrakes;");
aI("text=Lakeshore Station;url=lakeshoresta.html;");
aI("text=Logan Village;url=loganvillage.html;");
aI("text=Loganville Promenade;url=loganvillepr.html;");
aI("text=McDonough Promenade;url=mcdonoughpro.html;");
aI("text=Monroe Promenade;url=monroepromen.html;");
aI("text=Mt. Zion Road Center;url=mtzionroadce.html;");
aI("text=Newnan Promenade;url=newnanpromen.html;");
aI("text=Northlake Plaza;url=centers.html#northlakepla;");
aI("text=Oaktree Village;url=oaktree_vill.html;");
aI("text=Old Atlanta Shops;url=oldatlantash.html;");
aI("text=Old Milton Festival;url=oldmiltonfes.html;");
aI("text=Peachtree City Promenade;url=ptreecitypro.html;");
aI("text=Ponce de Leon Center;url=poncedeleonc.html;");
aI("text=Sandy Springs Promenade;url=sspringsprom.html;");
aI("text=Satellite Commons;url=satellitecom.html;");
aI("text=Satellite Promenade;url=satellitepro.html;");
aI("text=Shoppes of Acworth;url=shoppes_of_a.html;");
aI("text=Shoppes of Woodstock;url=shoppesofwoo.html;");
aI("text=Shops on Tara;url=shops_on_tar.html;");
aI("text=South Beach Exchange;url=south_beach_.html;");
aI("text=Springs Landing;url=springslandi.html;");
aI("text=Springs Promenade;url=springsprome.html;");
aI("text=Sweet Apple Village;url=sweet_apple_.html;");
aI("text=Texaco Express Lube;url=centers.html#texacoexpres;");
aI("text=The Point at Lithia Springs;url=the_point_at.html;");
aI("text=Towne Lake Promenade;url=townelakepro.html;");
aI("text=Viera Shops;url=centers.html#vierashops;");
aI("text=Village II at Locust Grove;url=villageiiatl.html;");
aI("text=Weatherstone Promenade;url=weatherstone.html;");
aI("text=Windward Promenade;url=windwardprom.html;");
}

with(milonic=new menuname("avail_menu")) {
left=15;
style=DefaultStyle;
aI("text=Availability Report;url=availability.html;");
aI("text=Southeast Map;url=area_map.html;");
aI("text=Montgomery/Mobile, AL Map;url=map_montgomery.html;");
aI("text=Florida Map;url=map_florida.html;");
aI("text=Atlanta, GA Map;url=map_atlanta.html;");
aI("text=South Carolina Map;url=map_south_carolina.html;");
aI("text=North Carolina Map;url=map_north_carolina.html;");
}

drawMenus();

