//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='4574A2';
	var HighBgColor='DBEAFA';
	var FontLowColor='FFFFFF';
	var FontHighColor='215487';
	var BorderColor='4674A3';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,ms sans serif,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=150; //set vertical offset
	var StartLeft=143; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=2;
	var TopPaddng=1;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=950;
	var TakeOverBgColor=0;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("<img src='images/leftmenu/javaarrow.gif' border='0'>","http://www.ospe.on.ca/about.html",6,16,14);
	Menu1_1=new Array("What is OSPE?","http://www.ospe.on.ca/about.html",0,17,145);
	Menu1_2=new Array("History","http://www.ospe.on.ca/ospe_history.html",0);	
	Menu1_3=new Array("Mission","http://www.ospe.on.ca/ospe_mission.html",0);
	Menu1_4=new Array("Annual Report","http://www.ospe.on.ca/annual_reports.html",0);
	Menu1_5=new Array("Code of Conduct","http://www.ospe.on.ca/pdf/OSPE_general_draft_code_of_conduct_oct3_v2_.pdf",0);
	Menu1_6=new Array("For the Public","http://www.ospe.on.ca/about_peng.html",0);

Menu2=new Array("<img src='images/leftmenu/javaarrow.gif' border='0'>","http://www.ospe.on.ca/join.html",5,16,14);
	Menu2_1=new Array("Categories","http://www.ospe.on.ca/categories.html",0,17,145);
	Menu2_2=new Array("Membership Benefits","http://www.ospe.on.ca/benefitsofmembership.html",0);
	Menu2_3=new Array("Application Form","http://www.ospe.on.ca/application_form.html",0);
	Menu2_4=new Array("Fees","http://www.ospe.on.ca/fees.html",0);
	Menu2_5=new Array("Membership FAQs","http://www.ospe.on.ca/membership_faq.html",0);

Menu3=new Array("<img src='images/leftmenu/javaarrow.gif' border='0'>","http://www.ospe.on.ca/board_member.html",5,16,14);
	Menu3_1=new Array("Board Members","http://www.ospe.on.ca/board_member.html",0,17,145);	
	Menu3_2=new Array("Committees","http://www.ospe.on.ca/OSPE_committees.html",0);
	Menu3_3=new Array("Bylaws","http://www.ospe.on.ca/bylaws.html",0);
	Menu3_4=new Array("Elections","http://www.ospe.on.ca/elections.html",0);
	Menu3_5=new Array("Engineering Community","http://www.ospe.on.ca/community.html",0);

Menu4=new Array("<img src='images/leftmenu/javaarrow.gif' border='0'>","http://www.ospe.on.ca/newsroom.html",5,16,14);
	Menu4_1=new Array("Society in the News","http://www.ospe.on.ca/ospe_news.html",0,17,145);
	Menu4_2=new Array("News Releases","http://www.ospe.on.ca/news_releases.html",0);
	Menu4_3=new Array("Engineers in the News","http://www.ospe.on.ca/engineers_news.html",0);
	Menu4_4=new Array("Contributed Articles","http://www.ospe.on.ca/ospe_articles.html",0);
	Menu4_5=new Array("On the Air","http://www.ospe.on.ca/ospe_ontheair.html",0);

Menu5=new Array("<img src='images/leftmenu/javaarrow.gif' border='0'>","http://www.ospe.on.ca/publications.html",6,16,14);
	Menu5_1=new Array("The Voice","http://www.ospe.on.ca/newsletter.html",0,17,145);
	Menu5_2=new Array("Society Notes","http://www.ospe.on.ca/societynotes.html",0);
	Menu5_3=new Array("OSPE Engineer Advantage","http://www.careercentre.ospe.on.ca/document.cfm?task=viewdocument&documentid=168",0);
	Menu5_4=new Array("OSPE Advocate","http://www.ospe.on.ca/advocate.html",0);
	Menu5_5=new Array("Salary Survey","http://www.ospe.on.ca/salarysurvey.html",0);
	Menu5_6=new Array("Annual Reports","http://www.ospe.on.ca/annualreports.html",0);


