/**************************************************************************
*	This Javascript has been handcoded and represents a considerable 
	investment of time. It therefore comprises part of the intellectual 
	property of Glenn Astey of Raptor Communications (c) 2002 - 2010.
	
	The Script has been watermarked and registered via an encoded DIGITAL-ID 
	server. Therefore even if you attempt to decompile or reverse engineer portions
	of it the watermark will still remain. 
	
	Check out http://www.copyrightwebsite.com/digital/webProtect/webProtect.asp 
	or http://www.apic-worldwide.com/info.html if you are unsure of the laws.
	
 
        *
	
***************************************************************************/

	
	var NoOffFirstLineMenus=9;	// Number of first level items
	
	var LowBgColor='transparent';	// MAIN-BOX-BACKGROUND/Static Colour
	var FontLowColor='66FFFF';	// MAIN-BOX-FONT/Static Colour
	
	var HighBgColor='transparent';	// MAIN-BOX-BACKGROUND/Mouseover Colour
	var FontHighColor='FFFFFF';	// MAIN-BOX-FONT/Mouseover Colour
	
	var LowSubBgColor='003399';	// SUB-BOX-BACKGROUND/Static Colour
	var FontSubLowColor='FFFFFF';	// SUB-BOX-FONT/Static Colour
	
	var HighSubBgColor='003399';	// SUB-BOX-BACKGROUND/Mouseover Colour
	var FontSubHighColor='66FFFF';	// SUB-BOX-FONT/Mouseover Colour
	
	
	var BorderColor='';	// MAIN-BOX-BORDER/MainLine Colour
	var BorderSubColor='';	// SUB-BOX-BORDER/SubLine Colour
	var BorderWidth=0;		// ALL-BOX-BORDER WIDTHS
	var BorderBtwnElmnts=0;		// Show Border between elements 1 or 0
	
	var FontFamily="arial"  // Font family menu items
	var FontSize=9;		// Font size menu items
	var FontBold=1;		// 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='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.01;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;		// vertical overlap child/ parent
	var StartTop=180;				// Menu offset x coordinate
	var StartLeft=45;			// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	
	var FirstLineFrame='rtop';		// Frame where first level appears
	var SecLineFrame='rtop';		// Frame where sub levels appear
	var DocTargetFrame='rbottom';		// Frame where target documents appear
	
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Home","index.htm","",0,18,86);

Menu2=new Array("Products","machine_about.htm","",5);	
	Menu2_1=new Array("mepBLITz","machine_mepBLITz.htm","",0,18,170);
	Menu2_2=new Array("TIG CHAMP BRUSH DC Plus","machine_TIG_Champ.htm","",0,18,170);
	Menu2_3=new Array("Material Safety Data Sheet","machine_MSDS.htm","",0,18,170);
	Menu2_4=new Array("Patents","patents.htm","",0,18,170);
	Menu2_5=new Array("Other","neutraliser.htm","",0,18,170);

Menu3=new Array("Process","process_about.htm","",1);	
	Menu3_1=new Array("Operations","process_more.htm","",0,18,120);

Menu4=new Array("Research","research.htm","",0,18,86);

Menu5=new Array("Galleries","","",5);	
	Menu5_1=new Array("mepBLITz Boot","image_gallery_MEP_Boot.htm","",0,18,120);
	Menu5_2=new Array("mepBLITz Brush","image_gallery_MEP_Brush.htm","",0,18,120);
	Menu5_3=new Array("TIG CHAMP Brush","image_gallery_TIG.htm","",0,18,120);
    Menu5_4=new Array("Shine","image_gallery_Shine.htm","",0,18,120);
	Menu5_5=new Array("General","image_gallery_general.htm","",0,18,120);
	

Menu6=new Array("Testimonials","testimonials.htm","",0);		

Menu7=new Array("News Room","home_news.htm","",0);

Menu8=new Array("Useful Links","home_links.htm","",0);

Menu9=new Array("Contact Us","contactus.htm","",0);

Menu10=new Array("Shine!","shine.htm","",0);

	



