/* 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()){ offclass="topmenu"; offclass="topmenu"; } with(DropmenuStyle=new mm_style()){ onbgcolor="#4F8EB6"; oncolor="#ffffff"; offbgcolor="#DCE9F0"; offcolor="#515151"; bordercolor="#296488"; borderstyle="solid"; borderwidth=1; separatorcolor="#2D729D"; separatorsize="1"; padding=5; fontsize="75%"; fontstyle="normal"; fontfamily="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("Member Directory")){ style=DropmenuStyle; overflow="scroll"; //aI("text=Horizontal Navigational Menu;url=/menusample1.php;"); } with(milonic=new menuname("Our Communities")){ style=DropmenuStyle; overflow="scroll"; aI("text=City of Stratford;url=http://www.city.stratford.on.ca/;target=_blank;"); aI("text=Town of St. Marys;url=http://townofstmarys.com;target=_blank;"); aI("text=Township of Perth East;url=http://www.pertheast.on.ca;target=_blank;"); aI("text=Township of Perth South;url=http://www.perthsouth.ca;target=_blank;"); aI("text=Municipality of West Perth;url=http://www.westperth.com;target=_blank;"); aI("text=County of Perth;url=http://www.countyofperth.on.ca/;target=_blank;"); aI("text=North Perth Chamber of Commerce;url=http://www.npchamber.com/;target=_blank;"); } /* City of Stratford Town of St. Marys Township of Perth East Township of Perth South Municipality of West Perth County of Perth North Perth Chamber of Commerce */ with(milonic=new menuname("Events")){ style=DropmenuStyle; aI("text=Upcoming Events Calendar;url=/events/default.asp;status=Upcoming Events Calendar;"); //aI("text=Small Bussiness Week;url=/benefits/sbw.asp;status=Small Business Week;"); aI("text=Photo Gallery;url=/photogallery/default.asp;status=Photo Gallery;"); aI("text=Event Sponsorship;url=/benefits/Event_Sponsorship.asp;status=Event Sponsorship;"); } with(milonic=new menuname("Promote Your Business")){ style=DropmenuStyle; aI("text=Grapevine;url=/benefits/horizons.asp;status=Horizons Newsletter;"); aI("text=Advertising;url=/benefits/advertising.asp;status=Advertising;"); aI("text=Website Exposure;url=/benefits/website_exposure.asp;status=Website Exposure;"); aI("text=Business After 5;url=/benefits/Biz_After_5.asp;status=Business After 5;"); aI("text=Official Service Provider Progam;url=/benefits/OSP.asp;status=Official Service Provider Program;"); aI("text=Event Sponsorship;url=/benefits/Event_Sponsorship.asp;status=Event Sponsorship;"); aI("text=Trading Post - Member to Member Program;url=/benefits/member_to_member.asp;status=Trading Post - Member to Member Program;"); aI("text=Join a Committee;url=/benefits/join_a_comittee.asp;status=Join a Committee;"); } with(milonic=new menuname("About The Chamber")){ style=DropmenuStyle; aI("text=Benefits & Features;url=/benefits/default.asp;status=What can the Chamber do for you?;"); aI("text=Meet the Board Members;url=/about/theboard/default.asp;status=Meet the Board Members;"); aI("text=Committees;url=/about/comittees.asp;status=Committee;"); aI("text=Meet the Chamber Staff;url=/about/thestaff/default.asp;status=Meet the Chamber Staff;"); aI("text=Group Insurance for Small Business;url=/about/insurance.asp;status=Group Insurance for Small Business;"); //aI("text=Group Benefits Program;url=/about/insurance.asp;"); //aI("text=Group RRSP;url=/assets/pdf/GroupRRSPFlyerOct05.pdf;"); aI("text=Visa and MasterCard Merchant Discounts;url=/about/merchantdiscounts.asp;status=Visa and MasterCard Merchant Discounts;"); aI("text=Chamber eLearning Centre;url=/about/elearning.asp;status=Chamber eLearning Centre;"); aI("text=ESSO Business Card Program;url=/about/essocard.asp;status=ESSO Business Card Program;"); aI("text=Join The Chamber;url=/about/join.asp;status=Join The Chamber;"); aI("text=Surveys;url=/about/surveys/default.asp;status=Surveys;"); aI("text=Links to Our Friends and Neighbours;url=/about/nearby_chambers.asp;status=Links to Our Friends and Neighbours;"); aI("text=Privacy Policy;url=/about/privacy.asp;status=Privacy Policy;"); } with(milonic=new menuname("Member Login")){ style=DropmenuStyle; aI("text=Member Tools;url=/login/admin/;"); aI("text=Update Your Member Profile;url=/login/members/profile_update.asp;"); aI("text=Link To The Chamber;url=/login/default.asp#LinkToSCC;"); aI("text=Retrieve Password;url=/login/login.asp#forgot;"); } with(milonic=new menuname("Contact Us")){ style=DropmenuStyle; aI("text=Download Help;url=/about/Website_Help.asp;"); } drawMenus();