	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over  #E0E6DC
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#D6DEED';			// Background color when mouse is over
	var HighSubBgColor='#D6DEED';			// Background color when mouse is over on subs
	var FontLowColor='#27224E';			// Font color when mouse is not over
	var FontSubLowColor='#27224E';			// Font color subs when mouse is not over  #27224E
	var FontHighColor='#800000';			// Font color when mouse is over
	var FontSubHighColor='#800000';			// Font color subs when mouse is over
	var BorderColor='#E0E6DC';			// Border color
	var BorderSubColor='gray';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma, arial"			// Font family menu items
	var FontSize=9;					// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=84;					// Menu offset x coordinate
	var StartLeft=80;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=1;					// 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='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=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['menu/tri.gif',4,8,'menu/tridown.gif',0,0,'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","default.asp","",0,20,95);

Menu2=new Array("Company","","",3,20,105);
	Menu2_1=new Array("About Symbience","about.asp","",0,20,180);	
	Menu2_2=new Array("Contact Us","contact.asp","",0,20,180);
	Menu2_3=new Array("Press Releases","","",0,20,180);		

Menu3=new Array("Products","","",2);
	Menu3_1=new Array("Clear Path ® Products","","",11,20,200);
	   Menu3_1_1=new Array("Clear Path ® - Overview","CP_Overview.asp","",0,20,225);
	   Menu3_1_2=new Array("","","",0,20,200);
	   Menu3_1_3=new Array("Clear Path ® - Business Process Server","cp_xs.asp","",0,20,200);
	   Menu3_1_4=new Array("Clear Path ® - Data Aggregation","cp_da.asp","",0,20,200);
	   Menu3_1_5=new Array("Clear Path ® - Web Portal","cp_wp.asp","",0,20,200);
	   Menu3_1_6=new Array("Clear Path ® - Forms","cp_xf.asp","",0,20,200);
	   Menu3_1_7=new Array("Clear Path ® - Rater","cp_xr.asp","",0,20,200);
	   Menu3_1_8=new Array("Clear Path ® - Web Bridge","cp_webbridge.asp","",0,20,200);
	   Menu3_1_9=new Array("Clear Path ® - Desktop","cp_dt.asp","",0,20,200);
	   Menu3_1_10=new Array("Clear Path ® - AL3 to XML Converter","cp_al3xml.asp","",0,20,200);
	   Menu3_1_11=new Array("Clear Path ® - AL3 Download Client","cp_al3d.asp","",0,20,200);
	Menu3_2=new Array("Clear Choice ® Solutions","","",4,20,200);
  	   Menu3_2_1=new Array("Clear Choice ® - Overview","","",0,20,200);
   	   Menu3_2_2=new Array("","","",0,20,200);
   	   Menu3_2_3=new Array("Clear Choice ® - Service Solutions","","",0,20,200);
	   Menu3_2_4=new Array("Clear Choice ® - Support Services","","",0,20,200);
		
Menu4=new Array("What's New!","","",3,20,200);
	Menu4_1=new Array("Stats","","",0,20,180);
	Menu4_2=new Array("Today's Insurance News","inews.asp","",0);
	Menu4_3=new Array("","","",0);

Menu5=new Array("Login","http://www.symbience.com/visions","",0);