

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='3366cc';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='336699';			// Font color when mouse is not over
	var FontSubLowColor='336699';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='FF9933';		// Font color subs when mouse is over
	var BorderColor='E3E3E3';			// Border color
	var BorderSubColor='333333';			// Border color for subs

	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=2;				// Border between elements 1 or 0

	var FontFamily="verdana,arial"		// Font family menu items
	var FontSize=8;					// 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=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent

	var StartTop=93;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate

	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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=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=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'menu/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","http://www.realflex.com","",0,40,150);

Menu2=new Array("About RealFlex","/profile/","",2);
	Menu2_1=new Array("About RealFlex","/profile/","",0,30,150);	
	Menu2_2=new Array("Employment","/profile/employment.php","",0,30,150);

Menu3=new Array("Products","","",7);
	Menu3_1=new Array("RealFlex","/products/realflex/realflex.php","",4,30,150);
		Menu3_1_1=new Array("Product Overview","/products/realflex/realflex.php","",0,30,150);
		Menu3_1_2=new Array("Drivers","/products/realflex/drivers.php","",0,30,150);
		Menu3_1_3=new Array("Drivers for RealFlex 4","/products/realflex/drivers_rf4.php","",0,30,150);
		Menu3_1_4=new Array("Latest Versions","/products/realflex/versions.php","",0,30,150);
	Menu3_2=new Array("RealWin","/products/realwin/realwin.php","",3,30,150);
		Menu3_2_1=new Array("Product Overview","/products/realwin/realwin.php","",0,30,150);
		Menu3_2_2=new Array("Drivers","/products/realwin/drivers.php","",0,30,150);
		Menu3_2_3=new Array("Latest Versions","/products/realwin/versions.php","",0,30,150);
	Menu3_3=new Array("FlexView HMI","/products/flexview/","",0,30,150);
	Menu3_4=new Array("FlexBase","/products/flexbase/","",0,30,150);
	//Menu3_5=new Array("FlexBase MySQL","/products/realflex/fbmysql.shtml","",0,30,150);
	Menu3_5=new Array("FlexWeb","/products/flexweb/","",0,30,150);
	Menu3_6=new Array("FlexOPC","/products/flexopc/","",0,30,150);
	//Menu3_8=new Array("FlexOPC Client","/products/realflex/fopcc.shtml","",0,30,150);
	Menu3_7=new Array("Latest Versions","/products/versions.php","",0,30,150);

Menu4=new Array("Customer Support & Training","","",2);
	Menu4_1=new Array("Customer Support","","",2,30,150);
		Menu4_1_1=new Array("Benefits of Support","/support/benefits.php","",0,30,150);
		Menu4_1_2=new Array("ROSS","http://cs.realflex.com/","",0,30,150);
	Menu4_2=new Array("Customer Training","/support/training.php","",0,30,150);

Menu5=new Array("Channel Partners","/partners/partners.php","",4);
	Menu5_1=new Array("System Integrators","/partners/integrators.php","",0,30,150);
	Menu5_2=new Array("Distributors/Resellers","/partners/distributors.php","",0,30,150);
	Menu5_3=new Array("OEMs","/partners/oem.php","",0,30,150);
	Menu5_4=new Array("Partner with RealFlex","/partners/program.php","",0,30,150);

//Menu6=new Array("Customer References & Case Studies","/customers/references.php","",0);
Menu6=new Array("News","/news/news.php","",0);

Menu7=new Array("Contact Details","","",3);
	Menu7_1=new Array("Ireland","/contact/contact_ireland.php","",0,30,150);
	Menu7_2=new Array("United States","/contact/contact_usa.php","",0,30,150);
	Menu7_3=new Array("Russia","/contact/contact_russia.php","",0,30,150);
	
