	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#FFE7C4';			// Background color when mouse is not over
	var LowSubBgColor='#FFE7C4';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='#600033';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#600032';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#808080';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 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='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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent

if(page=="home"){
	var StartTop=258;				// Menu offset x coordinate
}else{
	if(page == "buynow" || page == "datacenter" || page == "successful"){
		var StartTop=63;	
	}else{
		var StartTop=175;	
	}			// Menu offset x coordinate\
}	
	var StartLeft=27;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=12;				// Left padding
	var TopPaddng=3;				// 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=40;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;				// 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=['',,,'',,,'',,];	// 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"

if (page=="iscada") // Display highlighted button
Menu1=new Array("rollover:i/but_1h.gif:i/but_1h.gif","iscada_system_architecture.html","",4,27,75);
else // Display normal button
Menu1=new Array("rollover:i/but_1.gif:i/but_1h.gif","iscada_system_architecture.html","",4,27,75);
	Menu1_1=new Array("iSCADA Architecture","iscada_system_architecture.html","",0,20,130);
	Menu1_2=new Array("System Features","iscada_system_features.html","",0);
	Menu1_3=new Array("Benefits","iscada_benefits.html","",0);
	Menu1_4=new Array("System Specifications","iscada_system_specifications.html","",0);


if (page=="products")
Menu2=new Array("rollover:i/but_2h.gif:i/but_2h.gif","Products_Gateway.html","",7,27,81);
else
Menu2=new Array("rollover:i/but_2.gif:i/but_2h.gif","Products_Gateway.html","",7,27,81);
	Menu2_1=new Array("Gateway Devices","Products_Gateway.html","",0,20,128);
	Menu2_2=new Array("Gateway: 1000 Series","Products_GW1000.html","",0);
	Menu2_3=new Array("Gateway: 2000 Series","Products_GW2000.html","",0);
	Menu2_4=new Array("Slave Devices","Products_Slave.html","",0);
	Menu2_5=new Array("Slave: 1000 Series","Products_SLAVE1000.html","",0);
	Menu2_6=new Array("Interface Boards","Products_Interface.html","",0);
	Menu2_7=new Array("Server Software","Products_Software.html","",0);

	
if (page=="services")
Menu3=new Array("rollover:i/but_3h.gif:i/but_3h.gif","iSCADA_services.html","",6,27,78);
else
Menu3=new Array("rollover:i/but_3.gif:i/but_3h.gif","iSCADA_services.html","",6,27,78);
	Menu3_1=new Array("Overview: Managed Services","iSCADA_services.html","",0,20,160);
	Menu3_2=new Array("Self Care Access Package","iSCADA_services_selfcare.html","",0);
	Menu3_3=new Array("Full Care Access Package","iSCADA_services_fullcare.html","",0);
	Menu3_4=new Array("Turnkey Solutions","iSCADA_services_turnkey.html","",0);
	Menu3_5=new Array("Hosting Solutions","iSCADA_services_hosting.html","",0);
	Menu3_6=new Array("Consultancy","iSCADA_services_consultancy.html","",0);
	

if (page=="applications")
Menu4=new Array("rollover:i/but_4h.gif:i/but_4h.gif","iscada_applications.html","",5,27,102);
else
Menu4=new Array("rollover:i/but_4.gif:i/but_4h.gif","iscada_applications.html","",5,27,102);
	Menu4_1=new Array("Overview","iscada_applications.html","",0,20,130);
	Menu4_2=new Array("Maintenance Industry","iscada_applications_maintenance.html","",0);
	Menu4_3=new Array("Beyond CMMS","iscada_applications_CMMS.html","",0);
	Menu4_4=new Array("Public Utilities","iscada_applications_utilities.html","",0);
	Menu4_5=new Array("Scientific & Educational","iscada_applications_scientific.html","",0);


if (page=="support")
Menu5=new Array("rollover:i/but_5h.gif:i/but_5h.gif","support.html","",5,27,76);
else
Menu5=new Array("rollover:i/but_5.gif:i/but_5h.gif","support.html","",5,27,76);
	Menu5_1=new Array("Talk to us","support.html","",0,20,110);
	Menu5_2=new Array("Downloads","support_downloads.html","",0);
	Menu5_3=new Array("Online Help File","iscada/helpfile/Start.htm","",0);
	Menu5_4=new Array("Useful Resources","support_links.html","",0);
	Menu5_5=new Array("Live Demo Request","demo.html","",0);

if (page=="partners")
Menu6=new Array("rollover:i/but_5ah.gif:i/but_5ah.gif","partners.html","",1,27,76);
else
Menu6=new Array("rollover:i/but_5a.gif:i/but_5ah.gif","partners.html","",1,27,76);
	Menu6_1=new Array("Become a Partner","partners.html","",0,20,103);


if( page =="")
Menu7=new Array("rollover:i/but_5ah.gif:i/but_5ah.gif","download/Deploying_iHEPS.pdf","",1,27,80);
else
Menu7=new Array("rollover:i/but_5a.gif:i/but_5ah.gif","download/Deploying_iHEPS.pdf","",1,27,80);
        Menu7_1=new Array("Deploying iHEPS","download/Deploying_iHEPS.pdf","",0,20,103);
	
