	var NoOffFirstLineMenus=3;		// 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="647865";		// Background color when mouse is not over
	var HighBgColor="879372";		// Background color when mouse is over
	var FontLowColor="D1D7D1";		// Font color when mouse is not over
	var FontHighColor="DCDFD5";		// Font color when mouse is over
	var BorderColor="C5C5C5";		// Border color
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial"			// Font family menu items
	var FontSize=8.5;			// 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 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=1;				// Menu offset x coordinate
	var StartLeft=380;			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=5;			// Left padding
	var TopPaddng=3;			// 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=0;			// delay before sub unfolds	
	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 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/Myindex.htm",
						// the script renders to: "http://www.MyDomain/subdir/Myindex.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+"/images/tri3.gif",5,9,BaseHref+"/images/tridown3.gif",9,5,BaseHref+"/images/trileft.gif",5,10,BaseHref+"/images/triup.gif",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. 
						// The preset is done by the body onload of target document.
						// In frame setup the body onload is:
						// onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
						// In a single page the body onload is:
						// onload="if(window.SetMenu)window.SetMenu='x_x'"
						// x_x represents the menu item MenuX_X=new Array(.......
						// To preset the menu to no item use '0' for 'x_x' 

	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 MenuSlide="";
	var MenuSlide="";
	var MenuSlide="";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// 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("Traveler Workbench","/traveler","",3,50,78,"","","","","","",-1,-1,-1,"","");
	//Menu1_1=new Array("Register","/traveler/register.aspx","",0,20,112,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
	Menu1_1=new Array("My Profile","https://www.ctsinc.com/traveler/my_profile.aspx","",0,20,106,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
	Menu1_2=new Array("Book a Trip","/traveler/index.aspx?P=Y","",0,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
	Menu1_3=new Array("Check Reservation","/traveler","",0,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");

Menu2=new Array("Solutions","/solutions","",5,50,78,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Business Travel","/solutions/business_travel.aspx","",14,20,130,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
		Menu2_1_1=new Array("Traveler Workbench","/traveler","",0,20,147,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_2=new Array("-   My Profile","https://www.ctsinc.com/traveler/my_profile.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_3=new Array("-   Book a Trip","/traveler/index.aspx?P=Y","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_4=new Array("-   Check Reservation","/traveler","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_5=new Array("Travel Manager Workbench","/solutions/travel_manager_workbench.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_6=new Array("-   Travel Reports","/solutions/travel_manager_workbench.aspx?P=Y","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_7=new Array("-   Travel Benchmarking","/solutions/travel_manager_workbench.aspx?P=Y","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_8=new Array("-   Travel Policy Toolbox","/solutions/travel_manager_workbench.aspx?P=Y","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_9=new Array("Travel Services","/solutions/travel_services.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_10=new Array("-   Reservations","/solutions/reservations.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_11=new Array("-   Online Booking","/solutions/online_booking.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_12=new Array("-   Quality Control","/solutions/quality_control.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_13=new Array("-   Travel Reporting","/solutions/travel_reporting.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_1_14=new Array("Consultation","/solutions/consultation.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
	Menu2_2=new Array("Meetings & Incentives","/solutions/meetings_incentives.aspx","",3,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
		Menu2_2_1=new Array("Participant Workbench","/solutions/meetings_incentives.aspx?P=Y","",0,20,147,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_2_2=new Array("Meeting Planner Workbench","/solutions/meetings_incentives.aspx?P=Y","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_2_3=new Array("Planning Tools","/solutions/production.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
	Menu2_3=new Array("Vacation Travel","/solutions/vacation_travel.aspx","",2,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
		Menu2_3_1=new Array("Vacation Travel Packages","/solutions/vacation_travel_packages.aspx","",0,20,147,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_3_2=new Array("Custom Travel Planning","/solutions/custom_travel_planning.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
	Menu2_4=new Array("Student Travel","/solutions/student_travel.aspx","",3,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
		Menu2_4_1=new Array("Study Abroad","/solutions/travel_abroad_to_study.aspx","",0,20,147,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_4_2=new Array("Planning Assistance","/solutions/planning_assistance.aspx","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_4_3=new Array("Contact Us","/contact_us","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
	Menu2_5=new Array("Specialty Groups","/solutions/specialty_groups.aspx","",2,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
		Menu2_5_1=new Array("Association Programs","/solutions/specialty_group_programs.aspx","",0,20,147,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");
		Menu2_5_2=new Array("Contact Us","/contact_us","",0,0,0,"A8AB7D","BABD80","E3E5D8","FFFFFF","","",7.5,-1,-1,"","");

Menu3=new Array("About Us","/about","",3,50,78,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Careers at CTS","/about/careers_at_cts.aspx","",0,20,93,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
	Menu3_2=new Array("Directions","/about/directions.aspx","",0,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
	Menu3_3=new Array("Contact Us","/contact_us","",0,0,0,"879372","A8AB7D","DCDFD5","E3E5D8","","",7.5,-1,-1,"","");
