/* author: Shane Riedman */
/* Creation date: 11/10/2005 */

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#990000';			// Background color when mouse is not over
	var LowSubBgColor='#6E1212';			// Background color when mouse is not over on subs
	var HighBgColor='#6E1212';			// Background color when mouse is over
	var HighSubBgColor='#cccccc';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#333333';			// Font color subs when mouse is over
	var BorderColor='#990000';			// Border color
	var BorderSubColor='#990000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,sans-serif"	// 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=.1;			// vertical overlap child/ parent
	var StartTop=0;				// 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=4;				// Left padding
	var TopPaddng=4;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='main';			// Frame where first level appears
	var SecLineFrame='content';			// Frame where sub levels appear
	var DocTargetFrame='content';			// Frame where target documents appear
	var TargetLoc='menubar';				// 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 highlighted
	var Arrws=['../trunk/aro1.gif',10,10,'',1,1,'../trunk/aro3.gif',10,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("rollover:../trunk/home1.gif:../trunk/home1-over.gif","../welcome/","",0,20,102);

Menu2=new Array("rollover:../trunk/about.gif:../trunk/about-over.gif","../about/","",2,20,119);
	Menu2_1=new Array("Company Information","../about/information.html","",0,38,126);	
	Menu2_2=new Array("Our Investigators","../about/investigators.html","",0,24);

Menu3=new Array("rollover:../trunk/services.gif:../trunk/services-over.gif","../services/","",4,20,118);
	Menu3_1=new Array("Surveillance","../services/#surveillance","",0,24,140);	
	Menu3_2=new Array("Personal Interviews","../services/#interview","",0);
	Menu3_3=new Array("Special Investigations","../services/#special","",0);
	Menu3_4=new Array("Field Investigations","","",6);
		Menu3_4_1=new Array("Neighborhood Investigations","../services/#neighborhood","",0,38,130);
		Menu3_4_2=new Array("Accident Investigations","../services/#scene","",0);
		Menu3_4_3=new Array("Background Investigations","../services/#background","",0);
		Menu3_4_4=new Array("Witness Canvass","../services/#witness","",0,24,130);
		Menu3_4_5=new Array("Locate Investigations","../services/#locate","",0,24,130);
		Menu3_4_6=new Array("Clinic Inspections","../services/#clinic","",0,24,130);

Menu4=new Array("rollover:../trunk/careers.gif:../trunk/careers-over.gif","../careers/","",3,20,118);
	Menu4_1=new Array("Career Information","../careers/","",0,24,125);
	Menu4_2=new Array("Investigations","../careers/investigations.html","",0);
	Menu4_3=new Array("Corporate and Support","../careers/support.html","",0,38);

Menu5=new Array("rollover:../trunk/news.gif:../trunk/news-over.gif","../news/","",2,20,99);
	Menu5_1=new Array("Insurance Fraud News","../news/caifnews.html","",0,24,155);
	Menu5_2=new Array("Fraud Statistics","../news/caifstats.html","",0);

Menu6=new Array("rollover:../trunk/contact.gif:../trunk/contact-over.gif","../contact/","",3,20,130);
	Menu6_1=new Array("Contact Information","../contact/","",0,24,150);
	Menu6_2=new Array("Assign a Case","../../casewatchgus/casewatchgus/login.aspx","",0);
	Menu6_3=new Array("Service Area and Regional/District Offices","../contact/servicearea.html","",0,38);
	
Menu7=new Array("rollover:../trunk/login1.gif:../trunk/login1-over.gif","../login/","",3,20,106);
	Menu7_1=new Array("CaseWatch","../login/","",0,24,106);
	Menu7_2=new Array("Sign Up","../contact/newaccount.html","",0);
	Menu7_3=new Array("Investigators","../login/investigator.html","",0);
	