/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='ff0000';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='E7D19C';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='ffcc33';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=94;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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 UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","index.htm","",0,17,134);

Menu2=new Array("Corporate Workshop","workshop1.htm","",1,18,40);
	Menu2_1=new Array("Corporate Workshops, Open Workshops","","",0,18,230);	
		Menu2_1_1=new Array("Corporate Workshop, Open Workshop","http://www.cnn.com","",0,20,150);
		Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
		Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
                Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
                Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
                          Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
                          Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);
	Menu2_2=new Array("Industry vision","industryvision.htm","",0,50,200);
		Menu2_2_1=new Array("TechWeb","http://www.techweb.com","",0,20,200);
		Menu2_2_2=new Array("News.com","http://www.news.com","",0);
		Menu2_2_3=new Array("Wired News","http://www.wired.com","",0);
	Menu2_3=new Array("Key roles","keyroles.htm","",0,20,150);
	Menu2_4=new Array("AFSA's domain","domain.htm","",0,20,150);
	Menu2_5=new Array("Restrictions to AFSA's role","restrictions.htm","",0,30,150);
	Menu2_6=new Array("The AFSA team","afsateam.htm","",0,20,150);

Menu3=new Array("Open Workshop","openworkshop1.htm","",1,18,40);
	Menu3_1=new Array("View Open Workshop dates","openworkshop3.htm","",0,18,165);
	Menu3_2=new Array("Member profiles","memberprofiles.htm","",0);
	Menu3_3=new Array("Code of Conduct","codeofconduct.htm","",0);
	Menu3_4=new Array("Membership Application","membershipapplication.htm","",0);
	Menu3_5=new Array("Directory of services","directory.htm","",0);
	
Menu4=new Array("Selling for Profit","sellingforprofit1.htm","",1,18,45);
	Menu4_1=new Array("A one day course","","",0,18,100);
	Menu4_2=new Array("Conferences","conferences.htm","",0,20,100);
	Menu4_3=new Array("Social events","social-events.htm","",0,20,100);
	Menu4_4=new Array("Meetings schedule","meetings.htm","",0,20,100);

Menu5=new Array("Key Account Management","keyaccountman.htm","",1,30,65);
	Menu5_1=new Array("Designed as a strategy session and can be tailormade, targeting sales management","","",0,30,330);
	Menu4_2=new Array("AFA","afa.htm","",0);
	Menu4_3=new Array("ACA","aca.htm","",0);
	Menu4_4=new Array("ASFA","asfa.htm","",0);
	Menu4_5=new Array("ASPA","aspa.htm","",0);
	Menu4_6=new Array("Aluminium Extruders","al-extruders.htm","",0);

Menu6=new Array("Teamwork","teamwork.htm","",1,18,40);
	Menu6_1=new Array("Lessons from the Wild","","",0,18,140);
	Menu5_2=new Array("Order printed version","buyers-order.htm","",0,20,100);

Menu7=new Array("Internal Sales","internal-sales.htm","",1,18,45);
	Menu7_1=new Array("Who killed the customer","","",0,18,150);
	Menu7_2=new Array("Order printed version","buyers-order.htm","",0,20,100);
	
Menu8=new Array("Personal Motivation","motivation1.htm","",1,18,58);
	Menu8_1=new Array("The importance of staying motivated!","","",0,18,210);
	Menu8_2=new Array("Order printed version","buyers-order.htm","",0,20,100);

Menu9=new Array("Feedback and Discussion","feedback1.htm","",1,30,54);
	Menu9_1=new Array("Have your say","","",0,30,60);
	Menu9_2=new Array("Available literature","available-literature.htm","",0,20,100);
	Menu9_3=new Array("Enquiry form","enquiry-form.htm","",0,20,100);
	
Menu10=new Array("Newsstand","newsstand1.htm","",1,18,40);
	Menu10_1=new Array("The latest news updates","","",0,18,145);
	Menu10_2=new Array("Archives","archives.htm","",0,20,150);
	Menu10_3=new Array("Advertising","advertising.htm","",0,20,150);
	Menu10_4=new Array("Newsletter","Newsletter.htm","",0,20,150);
	Menu10_5=new Array("Newsletter Archives","newsletter-archives.htm","",0,20,150);

Menu11=new Array("Portfolio","portfolio.htm","",1,18,45);
	Menu11_1=new Array("Clients and testimonials","","",0,18,145);
	
Menu12=new Array("Training Venues","training.htm","",1,18,48);
	Menu12_1=new Array("View our venues","","",0,18,100);
	Menu12_2=new Array("Export check-list","export-checklist.htm","",0,20,150);
	Menu12_3=new Array("Contacts","contracts.htm","",0,20,150);
	
Menu13=new Array("Contact Us","contact.htm","",0,18,44);

Menu14=new Array("Contact AFSA","contact.htm","",0);

Menu15=new Array("Picture gallery","gallery.htm","",0);

Menu16=new Array("Secure login","secure-login.htm","",0);