 /***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	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="#999999";			// Background color when mouse is not over
	var HighBgColor="#C0C0C0";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#999999";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=0;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 1 or 0
	var FontFamily="arial,comic sans ms,technical";	// 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="center";		// Item text position left, center or right
	var MenuCentered="left";			// 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=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=111;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=10;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// 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=250;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// 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=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// 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=0;			// 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=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=Nav4?ScLoc.document.layers[H_A[i]]:DomYes?ScLoc.document.getElementById(H_A[i]).style:ScLoc.document.all[H_A[i]].style; 
         H_El.visibility=M_Hide}}} 
 
function AfterCloseAll(){ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=Nav4?ScLoc.document.layers[H_A[i]]:DomYes?ScLoc.document.getElementById(H_A[i]).style:ScLoc.document.all[H_A[i]].style; 
         H_El.visibility=M_Show}}}

// 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(" home","http://www.naismith.com.au/start.htm","",0,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

Menu2=new Array(" products","http://www.naismith.com.au/product/index.htm","",15,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	
	Menu2_1=new Array(" drive line","http://www.naismith.com.au/product/drive.htm","",6,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_1_1=new Array(" chain","http://www.naismith.com.au/product/drive.htm#110","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_1_2=new Array(" chain accessories","http://www.naismith.com.au/product/drive.htm#120","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_1_3=new Array(" sprockets","http://www.naismith.com.au/product/drive/sprockets/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_1_4=new Array(" timing pulley drives","http://www.naismith.com.au/product/drive.htm#130","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
		Menu2_1_5=new Array(" poly v drive","http://www.naismith.com.au/product/drive/polyv/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_1_6=new Array(" v-pulley drives","http://www.naismith.com.au/product/drive/veepull/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_2=new Array("couplings","http://www.naismith.com.au/product/coupling.htm","",12,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_1=new Array(" lovejoy","http://www.naismith.com.au/product/coupling.htm#210","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_2=new Array(" centaflex","http://www.naismith.com.au/product/coupling.htm#220","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
		Menu2_2_3=new Array(" zero-max","http://www.naismith.com.au/product/coupling.htm#230","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_4=new Array(" sit spa","http://www.naismith.com.au/product/coupling.htm#240","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_5=new Array(" baumann","http://www.naismith.com.au/product/coupling.htm#270","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_6=new Array(" tschan","http://www.naismith.com.au/product/coupling.htm#290","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_7=new Array(" woo chang","http://www.naismith.com.au/product/coupling.htm#300","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_8=new Array(" miki pulley","http://www.naismith.com.au/product/coupling.htm#260","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_9=new Array(" tollok","http://www.naismith.com.au/product/locking/tollok/tlk500.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_10=new Array(" ruland","http://www.naismith.com.au/product/coupling.htm#280","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_11=new Array(" other","http://www.naismith.com.au/product/coupling.htm#250","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_2_12=new Array(" element identification chart","http://www.naismith.com.au/product/coupling/element.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_3=new Array(" fluid couplings","http://www.naismith.com.au/product/fluid.htm#320","",2,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_3_1=new Array(" fixed speed","http://www.naismith.com.au/product/fluid/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_3_2=new Array(" variable speed","http://www.naismith.com.au/product/fluid/vari.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu2_4=new Array(" universal joints","http://www.naismith.com.au/product/unijoin.htm","",2,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_4_1=new Array(" lovejoy","http://www.naismith.com.au/product/unijoin.htm#011","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_4_2=new Array(" sit spa","http://www.naismith.com.au/product/unijoin.htm#012","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_5=new Array(" overload protectors","http://www.naismith.com.au/product/overload.htm","",1,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_5_1=new Array(" zero-max","http://www.naismith.com.au/product/overload.htm#320","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_6=new Array(" variable speed drives","http://www.naismith.com.au/product/vsd.htm","",6,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_5=new Array(" hi-lo","http://www.naismith.com.au/product/vsd.htm#440","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_2=new Array(" lovejoy","http://www.naismith.com.au/product/vsd.htm#410","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_4=new Array(" miki pulley","http://www.naismith.com.au/product/vsd.htm#430","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_3=new Array(" sit spa","http://www.naismith.com.au/product/vsd.htm#420","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_1=new Array(" zero-max","http://www.naismith.com.au/product/vsd/zeromax/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_6_6=new Array(" variable speed belts","http://www.naismith.com.au/product/vsd/variable.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_7=new Array(" gearboxes","http://www.naismith.com.au/product/gearbox.htm","",4,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_7_4=new Array(" snow nabstedt","http://www.naismith.com.au/product/gearbox/snow.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_7_3=new Array(" tol-o-matic","http://www.naismith.com.au/product/gearbox.htm#520","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_7_2=new Array(" winsmith","http://www.naismith.com.au/product/gearbox/winsmith.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_7_1=new Array(" zeromax","http://www.naismith.com.au/product/gearbox.htm#510","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_8=new Array(" brakes & clutches","http://www.naismith.com.au/product/brakes.htm","",2,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_8_1=new Array(" miki pulley","http://www.naismith.com.au/product/brakes.htm#610","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_8_2=new Array(" tol-o-matic","http://www.naismith.com.au/product/brakes.htm#620","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_9=new Array(" linear actuators","http://www.naismith.com.au/product/linear.htm","",2,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_9_1=new Array(" tol-o-matic","http://www.naismith.com.au/product/linear.htm#710","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_9_2=new Array(" zero-max","http://www.naismith.com.au/product/linear/zeromax/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_10=new Array(" locking bushes","http://www.naismith.com.au/product/locking.htm#710","",4,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
   		Menu2_10_1=new Array(" tollok","http://www.naismith.com.au/product/locking.htm#830","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_10_2=new Array(" taper locking bushes","http://www.naismith.com.au/product/locking/bush/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_10_3=new Array(" qd bush","http://www.naismith.com.au/product/locking/index.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_10_4=new Array(" etp","http://www.naismith.com.au/product/locking.htm#820","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_11=new Array(" timing devices","http://www.naismith.com.au/product/other.htm","",1,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_11_1=new Array(" candy controls","http://www.naismith.com.au/product/other.htm","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_12=new Array(" shaft collars","http://www.naismith.com.au/product/shaftcollars.htm","",0,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_13=new Array(" tensioners","http://www.naismith.com.au/product/tensioners.htm","",2,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_13_1=new Array(" dom tensioners","http://www.naismith.com.au/product/tensioners.htm#310","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu2_13_2=new Array(" sit tensioners","http://www.naismith.com.au/product/tensioners.htm#320","",0,19,120,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_14=new Array(" key steel","http://www.naismith.com.au/product/keysteel/index.htm","",0,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu2_15=new Array(" machine shop","http://www.naismith.com.au/product/machine.htm","",0,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");


Menu3=new Array(" distributors","http://www.naismith.com.au/dist/index.htm","",0,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

Menu4=new Array(" whats new","http://www.naismith.com.au/wnew/index.htm","",0,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

Menu5=new Array(" online tools","http://www.naismith.com.au/on_tools/index.htm","",5,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

	Menu5_1=new Array(" naismith catalogues","http://www.naismith.com.au/on_tools/naicats/index.htm","",0,19,140,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu5_2=new Array(" technical question","http://www.naismith.com.au/on_tools/question/index.htm","",0,19,140,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu5_3=new Array(" application forms","http://www.naismith.com.au/on_tools/forms/index.htm","",3,19,140,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
   		Menu5_3_1=new Array(" drive","http://www.naismith.com.au/on_tools/forms/pulldrive.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu5_3_2=new Array(" coupling","http://www.naismith.com.au/on_tools/forms/coupdrive.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
		Menu5_3_3=new Array(" variable speed","http://www.naismith.com.au/on_tools/forms/varidrive.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu5_4=new Array(" online design tools","http://www.naismith.com.au/on_tools/tools/index.htm","",0,19,140,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu5_5=new Array(" installation instructions","http://www.naismith.com.au/on_tools/install/index.htm","",0,19,140,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	
Menu6=new Array(" suppliers","http://www.naismith.com.au/supplier/index.htm","",19,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

	Menu6_1=new Array(" lovejoy","http://www.naismith.com.au/supplier/lovejoy.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_2=new Array(" zero-max","http://www.naismith.com.au/supplier/zeromax.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_3=new Array(" daido/ek","http://www.naismith.com.au/supplier/daido.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_4=new Array(" sit spa","http://www.naismith.com.au/supplier/sit.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_5=new Array(" miki pulley","http://www.naismith.com.au/supplier/miki.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_6=new Array(" tol-o-matic","http://www.naismith.com.au/supplier/tolomatic.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_7=new Array(" hi-lo","http://www.naismith.com.au/supplier/hilo.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_8=new Array(" optibelt","http://www.naismith.com.au/supplier/optibelt.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_9=new Array(" centa","http://www.naismith.com.au/supplier/centa.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_10=new Array(" tollok","http://www.naismith.com.au/supplier/tollok.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_11=new Array(" ruland","http://www.naismith.com.au/supplier/ruland.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_12=new Array(" dom","http://www.naismith.com.au/supplier/dom.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_13=new Array(" tschan","http://www.naismith.com.au/supplier/tschan.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_14=new Array(" fluidomat","http://www.naismith.com.au/supplier/fluidomat.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu6_15=new Array(" woo chang","http://www.naismith.com.au/supplier/woochang.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu6_16=new Array(" winsmith","http://www.naismith.com.au/supplier/winsmith.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_17=new Array(" candy controls","http://www.naismith.com.au/supplier/candy.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_18=new Array(" snpt","http://www.naismith.com.au/supplier/snpt.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu6_19=new Array(" bamatec","http://www.naismith.com.au/supplier/baumann.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

Menu7=new Array(" about us","http://www.naismith.com.au/about_us/index.htm","",8,19,100,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");

	Menu7_1=new Array(" contact us","http://www.naismith.com.au/contact/index.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu7_2=new Array(" jobs @ naismith","http://www.naismith.com.au/jobs.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu7_3=new Array(" naismith news","http://www.naismith.com.au/nnews/index.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu7_4=new Array(" testimonials","http://www.naismith.com.au/about_us/testimonials.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu7_5=new Array(" press releases","http://www.naismith.com.au/about_us/press.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu7_6=new Array(" privacy policy","http://www.naismith.com.au/policy/index.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
	Menu7_7=new Array(" warehouse","http://www.naismith.com.au/about_us/warehouse.htm","",0,19,110,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");	
	Menu7_8=new Array(" machine shop","http://www.naismith.com.au/product/machine.htm","",0,19,130,"","","","","","",-1,-1,-1,"","Welcome to Naismith Engineering Online");
