//(c) Ger Versluis 2000 version 1.0, 1 november 2000


	var NoOffFirstLineMenus=5; 	//set number of main menu items
	var LowBgColor="#ACB39F";	//#F2F2F2 ACB39F
	var HighBgColor='#E5FAE1';  	//#F1E7FE 
	var FontLowColor='FFFFFF';
	var FontHighColor='333333';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,times new roman,comic sans ms,technical"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=90; 		//set vertical offset
	var StartLeft=0; 		//set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=1;
	var FirstLineHorizontal=1; 	//set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';	// original setting is 'navig'
	var SecLineFrame='space';	// original setting is 'space'
	var DocTargetFrame='space';	// original setting is '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
//Dont forget to set the NoOffFirstLineMenus variable equal to the number of first line Menus
//ALSO, don't forget to set the number value which represents the number of sub-menus,
//this needs to be set as the first number of the group of three listed in each first line menu












Menu1=new Array("Home","index.htm",0,17,70);


Menu2=new Array(" A.S.M. ","asm.htm",2,17,70);
	Menu2_1=new Array("ASM Overview","asm.htm",0,17,110);
	Menu2_2=new Array("ASM Model","",3,17,110);
		Menu2_2_1=new Array("Phase 1","asmmodel_P1.htm",0,17,110);
		Menu2_2_2=new Array("Phase 2","asmmodel_P2.htm",0,17,110);
		Menu2_2_3=new Array("Phase 3","asmmodel_P3.htm",0,17,110);
	
Menu3=new Array("Services","services.htm",5,17,70);
	Menu3_1=new Array("Services Overview","services.htm",0,17,215);
	Menu3_2=new Array("Strategy & Planning","stratplan.htm",0,17,215);
	Menu3_3=new Array("Communications & Public Relations","commrelat.htm",0,17,215);
	Menu3_4=new Array("Promotions & Advertising","promoadvert.htm",0,17,215);
	Menu3_5=new Array("Focus & Results","focus.htm",0,17,215);
	
Menu4=new Array("About Us","about.htm",2,17,70);
	Menu4_1=new Array("About Overview","about.htm",0,17,110);
	Menu4_2=new Array("Principal Bios","",3,17,110);
		Menu4_2_1=new Array("Alison Hurwitz","AHurwitz.htm",0,17,110);
		Menu4_2_2=new Array("Kelly Kroll","KKroll.htm",0,17,110);
		Menu4_2_3=new Array("Lisa Harkness","LHarkness.htm",0,17,110);
	
Menu5=new Array("Contact","contact.htm",0,17,70);




	
	
	
	
	

	
	//Menu2=new Array("Graphics","blank.htm",2);
	//	Menu2_1=new Array("General","blank.htm",5,20,150);	
	//		Menu2_1_1=new Array("CNN","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("Technology","blank.htm",3);
	//		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);
	
	
	
