 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 2 October 2002        *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#004A84";			// Background color when mouse is not over
	var HighBgColor="lightblue";			// Background color when mouse is over
	var FontLowColor="yellow";			// Font color when mouse is not over
	var FontHighColor="blue";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="arial";			// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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="center";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=62;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=8;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=1;			// delay before sub unfolds	
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="navbar";			// Frame where first level appears
	var SecLineFrame="main1";			// Frame where sub levels appear
	var DocTargetFrame="main1";		// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["js/tri.gif",18,10,"/js/tridown.gif",10,5,"js/trileft.gif",5,10,"js/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=1;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=5)";
	//var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=0, wipeStyle=2)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=0)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?"+BaseHref+"js/company_overview.gif?"+BaseHref+"js/company_overview_b.gif","overview.html","",2,19,190,"","","","","","",-1,-1,-1,"","Own text entered");
	Menu1_1=new Array("Mission","0-overview1.html","",0,20,150,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu1_2=new Array("Certifications","0-overview3.html","",0,20,150,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	//Menu1_3=new Array("Browns Point/Directions","0-overview5.html","",0,20,150,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

Menu2=new Array("rollover?"+BaseHref+"js/services.gif?"+BaseHref+"js/services_b.gif","","",6,19,190,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Condition Monitoring Services","condition-monitoring.html","",5,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_1_1=new Array("Vibration/Ultrasonic Surveys","1-services1a.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_1_2=new Array("Reciprocating Engine Analysis","products_thedoctor.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_1_3=new Array("Thermographic/Infrared Imaging","javascript:NewWin=window.open(\"http://www.heatseeker.info/\",\"NWin\");window[\"NewWin\"].focus()","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_1_4=new Array("Specialized Diagnostic Testing","1-services1d.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_1_5=new Array("TRM Management","1-services1e.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu2_2=new Array("Corrective Services","corrective-services.html","",3,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_2_1=new Array("Laser/Optical Alignment","1-services2a.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Dynamic Balancing","1-services2b.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Structural/Impact Testing ","1-services2c.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu2_3=new Array("Marine Industry PDM Programs","marine-pdm.html","",3,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_3_1=new Array("Cost Justification Analysis","1-services3c.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_3_2=new Array("A.B.S. Guidelines","1-services3d.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_3_3=new Array("A.B.S. Condition Specialists","0-overview3.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu2_4=new Array("Training and Education","training-edu.html","",3,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_4_1=new Array("Educational Seminars","1-services4a.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_4_2=new Array("Predictive Maintenance Q&A","1-services4b.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_4_3=new Array("Diagnostic Charts","1-services4d.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu2_5=new Array("Guidelines/Criteria/Terms","","",3,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_5_1=new Array("ISO 2372-Vibration Severity","1-services5a.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_5_2=new Array("Vibration Diagnostic Chart","1-services5b.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_5_3=new Array("Alignment Tolerances","1-services5c.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_5_4=new Array("ABS Maintenance Guidelines","1-services5d.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_5_5=new Array("Terms & Conditions of Services","1-services5e.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu2_6=new Array("Online Monitoring Services","","",4,20,175,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");	
		Menu2_6_1=new Array("IMPACT/Guardian Monitoring","product_guardian.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_6_2=new Array("Iconet Monitoring System","product_icon.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_6_3=new Array("ITA-1 Monitoring System","product_ita1.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu2_6_4=new Array("ITA-3 Monitoring System","product_ita3.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");


Menu3=new Array("rollover?"+BaseHref+"js/b_client_support.gif?"+BaseHref+"js/b_client_support_b.gif","/login/support/","",0,19,190,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("rollover?"+BaseHref+"js/b_products.gif?"+BaseHref+"js/b_products_b.gif","","",6,19,190,"","","","","","",-1,-1,-1,"","Own text entered");
	Menu4_1=new Array("Online Monitoring Systems","","",4,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_1_1=new Array("IMPACT/Guardian Monitoring","product_guardian.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_1_2=new Array("Iconet Monitoring System","product_icon.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_1_3=new Array("ITA-1 Monitoring System","product_ita1.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_1_4=new Array("ITA-3 Monitoring System","product_ita3.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu4_2=new Array("Recipricating Engine Analysis","products_thedoctor.html","",2,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_2_1=new Array("Doctor Portable Systems","products_thedoctor.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
		Menu4_2_2=new Array("Doctor Analysis Software","product_thedoctor_sfw.html","",0,0,0,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

	Menu4_3=new Array("Vibration Analyzers/Software","javascript:NewWin=window.open(\"http://www.compsys.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	//Menu4_4=new Array("Reverse Indicator Alignment","4-products1.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu4_4=new Array("Ultrasonic Meters/Accessories","4-products4.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu4_5=new Array("Advanced Lubrication Products","advanced_lubricator.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu4_6=new Array("Automatic Lubricators - PERMA","auto_lubricator.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

Menu5=new Array("rollover?"+BaseHref+"js/b_hotnews.gif?"+BaseHref+"js/b_hotnews_b.gif","5-hotnews.html","",0,19,190,"","","","","","",-1,-1,-1,"","Own text entered");

Menu6=new Array("rollover?"+BaseHref+"js/b_assoc.gif?"+BaseHref+"js/b_assoc_b.gif","","",5,19,190,"","","","","","",-1,-1,-1,"","Associate Companies");
	// Menu6_1=new Array("Heat Seekers Infrared","javascript:NewWin=window.open(\"http://www.heatseeker.info/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu6_1=new Array("Strong Technology","6-company7.html","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu6_2=new Array("Control & Measurement Co.","javascript:NewWin=window.open(\"http://www.camco-usa.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu6_3=new Array("Computational Systems Inc.","javascript:NewWin=window.open(\"http://www.compsys.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu6_4=new Array("Vigilant Marine Systems","javascript:NewWin=window.open(\"http://www.vigilantmarine.com/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");
	Menu6_5=new Array("Iconet Research","javascript:NewWin=window.open(\"http://www.iconresearch.co.uk/\",\"NWin\");window[\"NewWin\"].focus()","",0,20,160,"#004A84","#CCCCCC","white","#000000","#000000","",-1,-1,-1,"","");

Menu7=new Array("rollover?"+BaseHref+"js/b_links.gif?"+BaseHref+"js/b_links_b.gif","links.html","",0,19,190,"","","","","","",-1,-1,-1,"","Links");


