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

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#9999CC';
	var HighBgColor='#6600CC';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.07;
	var ChildVerticalOverlap=.07;
	var StartTop=63; //set vertical offset
	var StartLeft=126; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //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("WHAT WE DO","../wwd_overview.html",11,16,110);
	Menu1_1=new Array("Overview","../wwd_overview.html",0,18,175);
	Menu1_2=new Array("Product Configuration","../wwd_config.html",0);
	Menu1_3=new Array("  ->Sales Automation","../wwd_sales_auto.html",0);
	Menu1_4=new Array("  ->3D Visualization","../wwd_3d_visualization.html",0);
	Menu1_5=new Array("Process Configuration","../wwd_process_config.html",0);
	Menu1_6=new Array("Decision Configuration","../wwd_decision_config.html",0);
	Menu1_7=new Array("Knowledge Management","../wwd_km.html",0);
	Menu1_8=new Array("3D Visualization","../wwd_3d_visualization.html",0);
	Menu1_9=new Array("Getting Started","../wwd_start.html",0);
	Menu1_10=new Array("FAQ","../wwd_faq.html",0);
	Menu1_11=new Array("Why We're Different","../wwd_why_different.html",0);
		
Menu2=new Array("INDUSTRIES","../ind_overview.html",6);
	Menu2_1=new Array("Overview","../ind_overview.html",0,18,190);
	Menu2_2=new Array("Manufacturing","../ind_manufacturing.html",0);
  	Menu2_3=new Array("Telecomm","../ind_telco.html",0);
    	Menu2_4=new Array("Engineering & Design","../ind_engineering.html",0);
    	Menu2_5=new Array("Retail/Consumer","../ind_retail.html",0);
    	Menu2_6=new Array("Software Engineering","../ind_software.html",0);

Menu3=new Array("PRODUCTS","../prod_overview.html",6);
	Menu3_1=new Array("Overview","../prod_overview.html",0,18,150);
    Menu3_2=new Array("Apprentice Product Modeler","../prod_product_designer.html",0);
    Menu3_3=new Array("Apprentice Process Modeler","../prod_process_author.html",0);
    Menu3_4=new Array("Apprentice Decision Modeler","../prod_decision_author.html",0);
 	Menu3_5=new Array("Racking & Cabling Apprentice","../prod_racking_cabling.html",0);
 	Menu3_6=new Array("Seminars and Training","../prod_seminars.html",0);
        
		
Menu4=new Array("CASE STUDIES","../cs_overview.html",7);
	Menu4_1=new Array("Overview","../cs_overview.html",0,18,130);
	Menu4_2=new Array("Microsoft","../cs_microsoft.html",0);
	Menu4_3=new Array("Flowtronex","../cs_flowtronex.html",0);
	Menu4_4=new Array("Cooper Tire","../cs_coopertire.html",0);
	Menu4_5=new Array("REI","../cs_rei.html",0);
	Menu4_6=new Array("Harvard Business School","../cs_hbr.html",0);
	Menu4_7=new Array("Marathon","../cs_marathon.html",0);

	
Menu5=new Array("TECHNICAL INFO","../tech_overview.html",4);
	Menu5_1=new Array("Overview","../tech_overview.html",0,18,130);
	Menu5_2=new Array("ASI Technology","../tech_asi.html",0);
	Menu5_3=new Array("MS Office Integration","../tech_office.html",0);
	Menu5_4=new Array("3D Linx/Global Majic","../tech_3d.html",0);


Menu6=new Array("ABOUT US","../about_overview.html",3);
	Menu6_1=new Array("Overview","../about_overview.html",0,18,100);
	Menu6_2=new Array("News & Events","../about_news.html",0);
	Menu6_3=new Array("Contact Us","../about_contact.html",0);
