 /***********************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          *
*	License# awb512-114-F www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *	
*
*       18Apr2006 (dvw) new swiftclose URL
*			removed blank menu row
*			added Online Meeting line - to GotoMeeting.com
************************************************/
	var NoOffFirstLineMenus=11;			// 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="white";			// Background color when mouse is not over
	var HighBgColor="#006666";			// Background color when mouse is over
	var FontLowColor="#666666";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#999999";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="Arial,Sans-serif";	// Font family menu items
	var FontSize=10;				// 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=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=130;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=10;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var UnfoldDelay=10;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// 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="http://192.168.2.9/invtitle/";				// BaseHref lets you specify the root directory r relative links. 
	//DEBUG NEM
	var BaseHref="http://www.invtitle.com/";				// BaseHref lets you specify the root directory for relative links. 
	// var BaseHref="http://softdev.int.invtitle.com/";				// BaseHref lets you specify the root directory for relative links. 
	//END DEBUG NEM
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.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+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];
	var Arrws=["",5,10,"",10,5,"",5,10,"",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. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	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 BuildOnDemand=0;

	var MenuSlide="";
	//var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	//var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

//Menu1=new Array("","","",0,20,190,"","white","","","","",-1,-1,-1,"","");

Menu1=new Array("Home","index.php","",0,20,190,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("About Us","","",6,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("What We Do","about/#top","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Innovative By Instinct","about/#innovativebyinstinct","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Focus on Growth","about/#growth","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("History","about/#history","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Biographies","about/#bios","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Ratings","about/#ratings","",0,20,190,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("Contact Us","","",4,20,190,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Corporate Office","contact/","",0,20,250,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Office Locator","office-locator/","",0,20,250,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Claims Department","","",4,20,250,"","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("Contact Us","contact/claims-contact/","",0,20,190,"","","","","","",-1,-1,-1,"","");
		Menu3_3_2=new Array("When To File a Claim","contact/claims-whentofile/","",0,20,190,"","","","","","",-1,-1,-1,"","");
		Menu3_3_3=new Array("File a Claim","contact/claims-howtofile/","",0,20,190,"","","","","","",-1,-1,-1,"","");
		Menu3_3_4=new Array("Frequently Asked Questions","contact/claims-faqs/","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Suspected Fraud Notification","contact/fraud-notify/","",0,20,250,"","","","","","",-1,-1,-1,"","");

Menu4=new Array("Consumer","","",4,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Title Insurance Protection","consumer/#top","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("FAQs","consumer/#faqs","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Home Buyer Resource","consumer/#homebuyer","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("ITC Privacy Statement","consumer/#privacy","",0,20,190,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Investor Relations","","",7,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Stock Info","javascript:NewWin=window.open('http://finance.yahoo.com/q?s=itic','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
	//Menu5_2=new Array("SEC Filings","javascript:NewWin=window.open('http://www.sec.gov/cgi-bin/browse-edgar?company=Investors+Title&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("SEC Filings >","","",2,20,190,"","","","","","",-1,-1,-1,"","");
		Menu5_2_1=new Array("Section 16","javascript:NewWin=window.open('http://www.sec.gov/cgi-bin/browse-edgar?type=&dateb=&owner=only&action=getcompany&CIK=0000720858','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("All Other","javascript:NewWin=window.open('http://www.sec.gov/cgi-bin/browse-edgar?company=Investors+Title&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Annual Reports","investor-rel/annual-reports/","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Press Releases","investor-rel/press-releases/","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("Proxy Materials","investor-rel/proxy-materials/","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Investor Services","investor-rel/investor-services/","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("Corporate Governance >","","",4,20,250,"","","","","","",-1,-1,-1,"","");		
		Menu5_7_1=new Array("Board Of Director Biographies","investor-rel/corp-gov/board-bios/","",0,20,250,"","","","","","",-1,-1,-1,"","");
		Menu5_7_2=new Array("Committees","investor-rel/corp-gov/committees/","",0,20,190,"","","","","","",-1,-1,-1,"","");
		Menu5_7_3=new Array("Code Of Business Conduct & Ethics","investor-rel/corp-gov/code/","",0,20,250,"","","","","","",-1,-1,-1,"","");
		Menu5_7_4=new Array("Independence Standards","investor-rel/corp-gov/standards/","",0,20,250,"","","","","","",-1,-1,-1,"","");

/*
Menu6=new Array("Careers","","",4,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Corporate Culture","careers/#top","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Employee Profiles","careers/#employeeprofiles","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Awards & Recognition","careers/#awards","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Job Listings","javascript:NewWin=window.open('https://www.CompanyRecruiter.com/assistant/Apply/Files/300102/Career/JobListing.asp?DSN=100011&SerialNum=300102&S=C','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
*/

Menu6=new Array("Careers","","",7,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Corporate Culture","careers/#culture","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("Training/Development","careers/#training","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Employment Areas","careers/#employment","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Work/Life Quality","careers/#quality","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("Testimonials","careers/#testimonials","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_6=new Array("Benefits","careers/#benefits","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu6_7=new Array("Job Openings","javascript:NewWin=window.open('/job-opportunities-redirect.html','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
	
Menu7=new Array("Resource Center","","",8,20,255,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Financial Calculators","resource/financial-calcs/","",0,20,255,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("ITC Rate Calculator","javascript:popupWithRes('/resource/financial-calcs/all/ratecalculator.htm', 'ITCRate', '780', '580')","",0,20,255,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("Approved Providers/Attorneys","resource/providers/","",0,20,255,"","","","","","",-1,-1,-1,"","");
	Menu7_4=new Array("Forms","resource/forms/","",0,20,255,"","","","","","",-1,-1,-1,"","");
	Menu7_5=new Array("Newsletters >","","",3,20,255,"","","","","","",-1,-1,-1,"","");	
		Menu7_5_1=new Array("Current","resource/newsletter/","",0,20,255,"","","","","","",-1,-1,-1,"","");	
		Menu7_5_2=new Array("Archive","resource/newsletter/archives/","",0,20,255,"","","","","","",-1,-1,-1,"","");	
		Menu7_5_3=new Array("Registration","resource/newsletter/signup.php","",0,20,255,"","","","","","",-1,-1,-1,"","");	
	Menu7_6=new Array("Seminars >","resource/seminars/signup.php","",2,20,255,"","","","","","",-1,-1,-1,"","");	
		Menu7_6_1=new Array("View Seminar Listings","resource/seminars/seminar-lists.php","",0,20,255,"","","","","","",-1,-1,-1,"","");	
		Menu7_6_2=new Array("Registration","resource/seminars/signup.php","",0,20,255,"","","","","","",-1,-1,-1,"","");	
	Menu7_7=new Array("Online Meeting","javascript:NewWin=window.open('http://www.gotomeeting.com/join','NWin');window['NewWin'].focus()","",0,20,255,"","","","","","",-1,-1,-1,"","");	
	Menu7_8=new Array("Links","resource/links/","",0,20,250,"","","","","","",-1,-1,-1,"","");	

Menu8=new Array("Agent & Branch Login","","",3,20,190,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Insured Closing","javascript:NewWin=window.open('http://icl.invtitle.com/ICL/login.php','NWin');window['NewWin'].focus()","",0,20,190,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Library","library/","",0,20,210,"","","","","","",-1,-1,-1,"","");	
	Menu8_3=new Array("SDN Validation Tool","javascript:popupWithRes('http://apps.invtitle.com/', 'SDNValTool', '780', '580')","",0,20,255,"","","","","","",-1,-1,-1,"","");
	//Menu8_3=new Array("SDN Validation Tool","javascript:NewWin=window.open('http://eflitevmweb01-p:84/','NWin');window['NewWin'].focus()","",0,20,255,"","","","","","",-1,-1,-1,"","");
//http://eflite.invtitle.com
Menu9=new Array("&nbsp;&nbsp;<b>EFLITE</b>&#0174;","javascript:NewWin=window.open('http://eflite.invtitle.com','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");

/*
Menu10=new Array("&nbsp;&nbsp;<i>Swift</i><b>Close</b>&#0174;","","",6,20,350,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("&nbsp;&nbsp;GoTo <i>Swift</i><b>Close</b>&#0174;","javascript:NewWin=window.open('http://www.swiftclose.com','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
	Menu10_2=new Array("Customer Profile","javascript:NewWin=window.open('http://www.invtitle.com/upload/customerprofile.pdf','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
	Menu10_3=new Array("&nbsp;&nbsp;<i>Swift</i><b>Close</b>&#0174; Contract","javascript:NewWin=window.open('http://www.invtitle.com/upload/swiftclosecontract.pdf','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
	Menu10_4=new Array("&nbsp;&nbsp;Terms and Conditions of <i>Swift</i><b>Close</b>&#0174; Contract","javascript:NewWin=window.open('http://www.invtitle.com/upload/termsandconditionsofswiftclosecontract9.19.06.pdf','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
	Menu10_5=new Array("Bank Services Contract","javascript:NewWin=window.open('http://www.invtitle.com/upload/bankservicescontract.pdf','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
	Menu10_6=new Array("Terms and Conditions of Bank Services Contract","javascript:NewWin=window.open('http://www.invtitle.com/upload/termsandconditionsofbankservicescontract9.19.06.pdf','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");	
*/
// iJacket
Menu10=new Array("&nbsp;&nbsp;<b>iJacket Manager</b>&#0174;","javascript:NewWin=window.open('https://ijacketmanager.invtitle.com/Login.aspx','NWin');window['NewWin'].focus()","",0,20,350,"","","","","","",-1,-1,-1,"","");

//VIP
Menu11=new Array("VIP Program","vip/index.php","",0,20,190,"","","","","","",-1,-1,-1,"","");
	
// 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" 
