//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#666666';
	var HighBgColor='#666666';
	var FontLowColor='#ffffff';
	var FontHighColor='#99CCFF';
	var BorderColor='#ffffff';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,helvetica,verdana,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=88; //set vertical offset
	var StartLeft=23; //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("COMPANY","",4,20,155);
	Menu1_1=new Array("Profile","profile.html",0,20,155);
	Menu1_2=new Array("Latest News","index.html",0,20,155);
	Menu1_3=new Array("Industry Partners","industry_partners.html",0,20,155);
	Menu1_4=new Array("Privacy Policy","privacy_policy.html",0,20,155);


Menu2=new Array("PRODUCTS","",3,20,155);
	Menu2_1=new Array("NMS Library","nms_library.html",5,20,155);
		Menu2_1_1=new Array("Features","nms_library_features.html",0,20,155);
		Menu2_1_2=new Array("List of Contents","nms_library_contents.html",0,20,155);
		Menu2_1_3=new Array("Packaging","nms_library_packaging.html",0,20,155);
		Menu2_1_4=new Array("Pricing","nms_library_pricing.html",0,20,155);
		Menu2_1_5=new Array("How to Order","how_to_order.html",0,20,155);

	Menu2_2=new Array("NMS-Edit","nms_edit.html",2,20,155);
		Menu2_2_1=new Array("Features","nms_edit_features.html",0,20,155);
		Menu2_2_2=new Array("Pricing","nms_edit_pricing.html",0,20,155);

	Menu2_3=new Array("SPEC-Edit","specedit.html",1,20,155);
		Menu2_3_1=new Array("Features","specedit_features.html",0,20,155);



Menu3=new Array("ORDER NOW","",3,20,155);
	Menu3_1=new Array("How to Order","how_to_order.html",0,20,155);
	Menu3_2=new Array("Installs","installs.html",0,20,155);
	Menu3_3=new Array("Product Demo","product_demo.html",0,20,155);




Menu4=new Array("PRODUCT SUPPORT","",5,20,155);
	Menu4_1=new Array("NMS Library Updates","nms_library_updates.html",0,20,155);
	Menu4_2=new Array("NMS Product Updates","nms_edit_updates.html",0,20,155);
	Menu4_3=new Array("NMS Library User Guide","nms_library_user_guide.html",0,20,155);
	Menu4_4=new Array("Product Training","nms_edit_training.html",0,20,155);
	Menu4_5=new Array("Troubleshooting","troubleshooting.html",0,20,155);



Menu5=new Array("CONTACT","",1,20,190);
	Menu5_1=new Array("Contact Us","contact_us.html",0,20,155);


Menu6=new Array("FRANCAIS","latest_news_f.html",0,20,190);





