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

	var NoOffFirstLineMenus=1; //set number of main menu items
	var LowBgColor='#993399';
	var HighBgColor='#F7DF15';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#003366';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=3;
	var FontFamily="arial,helvetica"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=106; //set vertical offset
	var StartLeft=330; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	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("Navigate Site","#",9,20,200);
	
	Menu1_1=new Array("Products","http://www.trendtechnologies.com/showcase/index.html",0,20,200);	

	Menu1_2=new Array("Capabilities & Resources","http://www.trendtechnologies.com/capab.htm",2);
		Menu1_2_1=new Array("General Info","http://www.trendtechnologies.com/capab.htm",0,20,200);
		Menu1_2_2=new Array("Case Studies","http://www.trendtechnologies.com/images01/pages/project.htm",0);
		
		
	Menu1_3=new Array("Global Facilities","http://www.trendtechnologies.com/facil.htm",4);
		Menu1_3_1=new Array("Worldmap","http://www.trendtechnologies.com/worldmap/index.html",0,20,200);
		Menu1_3_2=new Array("North America","http://www.trendtechnologies.com/worldmap/naindex.html",0);
		Menu1_3_3=new Array("Europe","http://www.trendtechnologies.com/worldmap/europeindex.html",0);
		Menu1_3_4=new Array("Asia","http://www.trendtechnologies.com/worldmap/asiaindex.html",0);
	
	Menu1_4=new Array("Customer Support","http://www.trendtechnologies.com/suport.htm",4);
		Menu1_4_1=new Array("General Info","http://www.trendtechnologies.com/suport.htm",0,20,200);
		Menu1_4_2=new Array("Service Form","http://www.trendtechnologies.com/images03/pages/supform.htm",0);
		Menu1_4_3=new Array("Data Transfers","http://www.trendtechnologies.com/images03/pages/supdata.htm",0);
		Menu1_4_4=new Array("RFQs","http://www.trendtechnologies.com/images03/pages/suprfq.htm",0);
		
	Menu1_5=new Array("Inside Trend","http://www.trendtechnologies.com/trend.htm",4);
		Menu1_5_1=new Array("Jobs/Careers","http://www.trendtechnologies.com/images04/pages/career.htm",0,20,200);
		Menu1_5_2=new Array("Core Values","http://www.trendtechnologies.com/images04/pages/coreval.htm",0);
		Menu1_5_3=new Array("Affiliates","http://www.trendtechnologies.com/images04/pages/center.htm",0);
		Menu1_5_4=new Array("Mission Statement","http://www.trendtechnologies.com/images04/pages/mission.htm",0);
		
	Menu1_6=new Array("Jobs","http://www.trendtechnologies.com/images04/pages/career.htm",0,20,200);
		
	Menu1_7=new Array("Site Map","http://www.trendtechnologies.com/map.htm",0,20,200);
		
	Menu1_8=new Array("Contact Trend","http://www.trendtechnologies.com/contat.htm",0,20,200);
	
	Menu1_9=new Array("Home","http://www.trendtechnologies.com/index.html",0,20,200);


