//				(c) Ger Versluis 2000 version 4.0, 14 August 2001
//				You may remove all comments for faster loading

	var NoOffFirstLineMenus=25;			// Number of first level items
	var LowBgColor='#336699';			// Background color when mouse is not over
	var LowSubBgColor='#336699';			// Background color when mouse is not over on subs
	var HighBgColor='#0033FF';			// Background color when mouse is over
	var HighSubBgColor='#0033FF';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFCC';			// Font color when mouse is not over
	var FontHighColor='#FFFFCC';			// Font color when mouse is over
	var BorderColor='#001644';			// Border color
	var BorderSubColor='#001644';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=1	;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1300;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='menu2';			// Frame where sub levels appear
	var DocTargetFrame='info';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

// Menu tree
//	MenuX=new Array(ItemText, Link, number of sub elements, height, width);

Menu1=new Array("Home","hometext.html",0,20,130);

Menu2=new Array("About Us","",7);
	Menu2_1=new Array("Introduction","firstvisit/firsttimeintroduction.html",0,20,120);
	Menu2_2=new Array("History","aboutus/history2.html",0);	
	Menu2_3=new Array("Member Update","aboutus/companyupdate.html",0);
	Menu2_4=new Array("Rules","aboutus/rules.html",0);
	Menu2_5=new Array("Security","aboutus/security.html",0);
	Menu2_6=new Array("The Disabled","aboutus/thedisabled.html",0);
	Menu2_7=new Array("Visitor Agreement","aboutus/visitoragreement.html",0);
		
Menu3=new Array("Membership","",8);
	Menu3_1=new Array("Membership","membership/membership.html",0,20,120);
	Menu3_2=new Array("Member Rules","membership/memberrules.html",0);
	Menu3_3=new Array("Membership Access","membership/membershipaccess.html",0,30,120);
	Menu3_4=new Array("Membership Grades","membership/membershipgrades.html",0,30,120);
	Menu3_5=new Array("Networking","membership/networking.html",0);
	Menu3_6=new Array("Roadshow","membership/roadshow.html",0);
	Menu3_7=new Array("Join Now","firstvisit/firsttimevisitor.html",0);
	Menu3_8=new Array("Membership Cards","membership/membershipcards.html",0);

Menu4=new Array("Benefits","firstvisit/firsttimeintroduction.html",11);
	Menu4_1=new Array("Student/Graduate","firstvisit/firsttimevisitorgraduate.html",0,20,120);
	Menu4_2=new Array("Career","firstvisit/firsttimevisitoremployed.html",0);
	Menu4_3=new Array("Business Startup","firstvisit/firsttimevisitorstartup.html",0);
	Menu4_4=new Array("Soho/Sme","firstvisit/firsttimevisitorsme.html",0);
	Menu4_5=new Array("Major Pvt & Plc","firstvisit/firsttimevisitorplc.html",0);
	Menu4_6=new Array("Ex-Patriate","firstvisit/firsttimevisitor-ex-pat.html",0);
	Menu4_7=new Array("Professional","firstvisit/firsttimevisitorprofessional.html",0);
	Menu4_8=new Array("Civil Service","firstvisit/firsttimevisitorcivilservice.html",0);
	Menu4_9=new Array("Diplomat","firstvisit/firsttimevisitordiplomat.html",0);
	Menu4_10=new Array("Parliamentary","firstvisit/firsttimevisitorgovernment.html",0);
	Menu4_11=new Array("Retired","firstvisit/firsttimevisitorretired.html",0);
	
Menu5=new Array("Member Services","",12);
	Menu5_1=new Array("ibb DataBank","services/ibbdatabank.html",0,20,120);
	Menu5_2=new Array("Internet","services/internet.html",0);
	Menu5_3=new Array("Gold Card Membership ","services/goldcard.html",0,30,120);
	Menu5_4=new Array("Internet Services","services/internetservices.html",0);
	Menu5_5=new Array("Additional Services","services/internetandadditionalservices.html",0);
	Menu5_6=new Array("Website Templates","membertemplates/ibbtemplateindex.html",0,30,120);
	Menu5_7=new Array("Text Messaging","services/smstextmessaging.html",0);
	Menu5_8=new Array("Overseas Services","services/overseasservices.html",0);
	Menu5_9=new Array("Money Maker","services/moneymakerhistory.html",0);
	Menu5_10=new Array("Expert Zone","membership/expertzone.html",0);
	Menu5_11=new Array("What's New","whatsnew/whatsnewjune.html",0);
	Menu5_12=new Array("Translations","services/translation.html",0);

Menu6=new Array("World Services","",10);
	Menu6_1=new Array("United Kingdom","worldservices/unitedkingdom.html",0,20,120);
	Menu6_2=new Array("European Union","worldservices/worldserviceseu.html",0);
	Menu6_3=new Array("Global Services","worldservices/worldservices.html",0);
	Menu6_4=new Array("Economic Profiles","worldservices/economicprofilesindex.html",0);
	Menu6_5=new Array("Diplomatic","password/worldservicesdiplomatic.html",0);
	Menu6_6=new Array("Parliamentary","password/worldservicesparliamentary.html",0);
	Menu6_7=new Array("World Languages","worldservices/worldlanguages.html",0);
	Menu6_8=new Array("World Banks","bis/banking.html",0);
	Menu6_9=new Array("World Time Zones","worldservices/worldtimezones.html",0);
	Menu6_10=new Array("World Capitals","worldservices/capitalsoftheworld.html",0);
	
	
Menu7=new Array("Polling","",4);
	Menu7_1=new Array("Previous Polls","gettinginvolved/pollingsummary.html",0,20,120);
	Menu7_2=new Array("Current Polling","gettinginvolved/polling.html",0);
	Menu7_3=new Array("Election Result","gettinginvolved/pollingyourvote.html",0);
	Menu7_4=new Array("Member Referenda","Password/memberreferenda.html",0,30,120);
	
Menu8=new Array("Help","",16);
	Menu8_1=new Array("Spell Checker","spellchecker/spellcheckerindex.html",0,20,120);
	Menu8_2=new Array("Business Trouble Shooter","help/businesstroubleshooter.html",0,30,120);
	Menu8_3=new Array("Computer Jargon","help/computerjargonindex.html",0);
	Menu8_4=new Array("Credit Cards","help/creditcards.html",0);
	Menu8_5=new Array("ibb Dial Up","help/dialup.html",0);
	Menu8_6=new Array("Configure E-Mail","help/email/popindex.html",0);
	Menu8_7=new Array("Search Tips","help/internetsearchtips.html",0);
	Menu8_8=new Array("Search Engines","help/searchengines.html",0);
	Menu8_9=new Array("IT Helpdesk","help/ithelpdesk.html",0);
	Menu8_10=new Array("Government Dept","help/generalinfogovernmentdepartments.html",0);
	Menu8_11=new Array("Missing Persons","help/generalinfohelpfindingpeople.html",0);
	Menu8_12=new Array("Internet Suffix","help/generalinfointernetcountrycodes.html",0);
	Menu8_13=new Array("Web Safe Colours","help/websafecolours.html",0);
	Menu8_14=new Array("Registered Domains","help/domainregistrationchecker.html",0,30,120);
	Menu8_15=new Array("Law Dictionary","lawdictionary/lawdictionaryindex.htm",0);
	Menu8_16=new Array("Computer Viruses","help/virus.html",0);
	
Menu9=new Array("General Info","",8);
	Menu9_1=new Array("UK Air Travel","help/generalinfoairtravel.html",0,20,120);
	Menu9_2=new Array("Europe Air Travel","help/generalinfoairtraveleuropean.html",0);
	Menu9_3=new Array("Int'l Air Travel","help/generalinfointernationalairports.html",0);
	Menu9_4=new Array("Calendar Notes","help/generalinfocalendarnotes.html",0);
	Menu9_5=new Array("Conversion Tables","help/generalinfoconversion.html",0);
	Menu9_6=new Array("Exhibitions","help/generalinfoexhibitions.html",0);
	Menu9_7=new Array("Ferries","help/generalinfoferries.html",0);
	Menu9_8=new Array("Postage","help/generalinfopostage.html",0);
	
Menu10=new Array("Coming Soon","comingsoon.html",0);

Menu11=new Array("Virtual Office","",18);
	Menu11_1=new Array("Administration","password/virtualofficeadministration.html",0,20,120);
	Menu11_2=new Array("Archives","password/virtualofficearchives.html",0);
	Menu11_3=new Array("Board of Governors","password/virtualofficeboardofgovernors.html",0,30,120);
	Menu11_4=new Array("Contributors","password/virtualofficecontributors.html",0);
	Menu11_5=new Array("Data Bank Manager","password/virtualofficedatabankmanager.html",0);
	Menu11_6=new Array("Lobbying","password/virtualofficelobbying.html",0);
	Menu11_7=new Array("Memoranda","password/virtualofficememoranda.html",0);
	Menu11_8=new Array("Office Mail","password/virtualofficeofficemail.html",0);
	Menu11_9=new Array("Opportunities","virtualoffice/opportunities.html",0);
	Menu11_10=new Array("Personnel","password/virtualofficepersonnel.html",0);
	Menu11_11=new Array("Promotional Flyer","virtualoffice/literature.html",0);
	Menu11_12=new Array("Window Sticker","whatsnew/whatsnewwindowsticker.html",0);
	Menu11_13=new Array("Records","password/virtualofficerecords.html",0);
	Menu11_14=new Array("Recruitment","virtualoffice/recruiterguide.html",0);
	Menu11_15=new Array("Regulatory Body","password/virtualofficeregulatorybody.html",0);
	Menu11_16=new Array("Membership Body","password/virtualofficemembershipbody.html",0);
	Menu11_17=new Array("Ethics & Adjudication","password/virtualofficeethicsandadjudication.html",0,30,120);
	Menu11_18=new Array("Membership Panel","password/virtualofficemembershippanel.html",0);

Menu12=new Array("Contact Us","",3);
	Menu12_1=new Array("Contact Details","contactus/contactus.html",0,20,120);
	Menu12_2=new Array("United Kingdom","contactus/greatbritain.html",0);
	Menu12_3=new Array("Communication","contactus/communication.html",0);

Menu13=new Array("First Time Visitor","firstvisit/firsttimeintroduction.html",0);
	
Menu14=new Array("Awards","",3);
	Menu14_1=new Array("Website Awards","websiteawards.html",0,20,120);
	Menu14_2=new Array("Volunteer Awards","applications/nomiform3.html",0);
	Menu14_3=new Array("Honorary Awards","honoraryawards.html",0);

Menu15=new Array("World News","",3);
	Menu15_1=new Array("International","news/newspaperlinks.html",0,20,120);
	Menu15_2=new Array("UK National","news/newspaperlinks.html",0);
	Menu15_3=new Array("UK Regional & Local","news/regionaluknewspapers.html",0,30,120);
	Menu15_4=new Array("Local","news/regionaluknewspapers.html",0);
	
Menu16=new Array("World Weather","worldweather.html",0);
			
Menu17=new Array("Portal","portal/portalintro.html",0);

Menu18=new Array("Opportunities","",3);
	Menu18_1=new Array("Help","gettinginvolved/opportunities.html",0,20,120);
	Menu18_2=new Array("Within the Institute","virtualoffice/opportunities.html",0,30,120);
	Menu18_3=new Array("Looking for Editors","gettinginvolved/lookingforeditors.html",0,30,120);
	
Menu19=new Array("Links","",3);
	Menu19_1=new Array("Travel Links","help/findingyourway.html",0,20,120);
	Menu19_2=new Array("Finding More Help","help/morehelp.html",0);
	Menu19_3=new Array("Useful Links","help/usefullinks.html",0);
	
Menu20=new Array("Telecoms","",4);
	Menu20_1=new Array("Int'l Dailing Codes","help/generalinfointernationaldialingcodes.html",0,20,120);
	Menu20_2=new Array("UK Number Change","help/generalinfotelephonenumberchange.html",0,30,120);
	Menu20_3=new Array("Opal Telecom","help/opaltelecom.html",0,20,120);
	Menu20_4=new Array("SMS Text Messaging","services/smstextmessaging.html",0,30,120);
	
Menu21=new Array("Humour/Quotes","",3);
	Menu21_1=new Array("Humour","humour/whatsnewhumour.html",0,20,120);
	Menu21_2=new Array("Quotes","humour/whatsnewquotes.html",0);
	Menu21_3=new Array("Jokes","humour/jokes/jokes.html",0);
	
Menu22=new Array("Features","",8);
	Menu22_1=new Array("Forth Road Bridge","features/theforthroadbridge.html",0,20,120);
	Menu22_2=new Array("Forth Rail Bridge","features/theforthrailbridge.html",0);
	Menu22_3=new Array("Festival of Britain","features/festivalofbritain.html",0);
	Menu22_4=new Array("London Bus Lanes","features/londonbuslanes.html",0);
	Menu22_5=new Array("Payment Performance","features/paymentperformance.html",0,30,120);
	Menu22_6=new Array("Concorde","features/concorde.html",0);
	Menu22_7=new Array("Euro","features/euro.html",0);
	Menu22_8=new Array("Winston Churchill","features/winstonchurchill.html",0);
	
Menu23=new Array("BIS","bis/bis.html",0);

Menu24=new Array("Member Sections","",6);
	Menu24_1=new Array("Business Section","password/membersection/business.html",0,20,120);
	Menu24_2=new Array("Career Section","password/membersection/career.html",0);
	Menu24_3=new Array("Student Section","password/membersection/studentandgraduate.html",0);
	Menu24_4=new Array("Diplomatic Section","password/membersection/diplomatic.html",0);
	Menu24_5=new Array("Parliamentary Section","password/membersection/parliamentary.html",0);
	Menu24_6=new Array("Major Pvt & Plc","password/membersection/majorpvtandplc.html",0);

Menu25=new Array("Notices","",8);
	Menu25_1=new Array("Visitor Agreement","notices/visitoragreement.html",0,20,120);
	Menu25_2=new Array("Disclaimer","notices/disclaimer.html",0);
	Menu25_3=new Array("Privacy","notices/bureauprivacystatement.html",0);
	Menu25_4=new Array("Copyright","notices/copyrightnotice.html",0);
	Menu25_5=new Array("Linking","notices/linking.html",0);
	Menu25_6=new Array("Downloading","notices/downloading.html",0);
	Menu25_7=new Array("Trade Marks","notices/trademarks.html",0);
	Menu25_8=new Array("Passwords","notices/passwords.html",0);

