<!--
// begin preload nav //////////////////////////
// utility nav
var img1 = new Image();
img1.src = "/images/nav/navHomeOn.gif";
var img2 = new Image();
img2.src = "/images/nav/navContactOn.gif";
var img3 = new Image();
img3.src = "/images/nav/navSitemapOn.gif";
// primary nav
var img11 = new Image();
img11.src = "/images/nav/navOfferingsOn.gif";
var img12 = new Image();
img12.src = "/images/nav/navStoryOn.gif";
var img13 = new Image();
img13.src = "/images/nav/navTeamOn.gif";
var img14 = new Image();
img14.src = "/images/nav/navCommRelOn.gif";
var img15 = new Image();
img15.src = "/images/nav/navInvestorOn.gif";
var img16 = new Image();
img16.src = "/images/nav/navPressOn.gif";
var img17 = new Image();
img17.src = "/images/nav/navCareersOn.gif";
// end preload nav ////////////////////////////

// BEGIN ROLLOVERS //////////////////////////////////////
// image rollover script
// note: this script only works on DIVs with absolute positioning + non-DIVs
var selectedimage = "";
function ChangeImage(image_name, file_name, absolute_div_id) {
if (image_name == selectedimage)
return;
	if(document.images) {
		if(document.all || absolute_div_id == "")
			document.images[image_name].src = file_name;
		else if(document.layers && absolute_div_id != "")
			eval("window.document." + absolute_div_id + ".document.images[image_name].src = file_name");
	}
}
// END ROLLOVERS //////////////////////////////////////

// BEGIN POP-UP WINDOW //////////////////////////////////////
function popupWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// END POP-UP WINDOW //////////////////////////////////////

// BEGIN Selector without Popup Script //////////////
function jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
// END Selector without Popup Script //////////////

// BEGIN Selector with Popup Window Script //////////////
function jumpMenuPopup( obj ) {
	var SelectedIndex = document.frmSelectors.slctQuickFind.selectedIndex; 
	if (obj.options[obj.selectedIndex].value != "0") window.open(obj.options[obj.selectedIndex].value, "popWin");
	obj.options[0].selected = true; // default back to top of list //
}
// END Selector with Popup Script ///////////////

// BEGIN Selector with Business Disclaimer Popup Script //////////////
function jumpMenuBizPopup( obj ) {
	var SelectedIndex = document.frmSelectors.slctCNLBusiness.selectedIndex; 
	if (obj.options[obj.selectedIndex].value != "0") {
	    if (obj.selectedIndex > 7)           // Index number of last entry not needing disclaimer//
			window.open('/popDisclaimer.aspx?popURL=' + obj.options[obj.selectedIndex].value, "popDiscWin", 'height=350, width=500, status=yes');
		else if(obj.selectedIndex == 2)
			window.open(obj.options[obj.selectedIndex].value, "_blank");
		else	
		    window.open(obj.options[obj.selectedIndex].value, "popExternalWin");	
	}
	obj.options[0].selected = true; //default back to top of list //
}
// END Selector with Business Disclaimer Popup Script ///////////////

// BEGIN Selector with Business Disclaimer Popup Script //////////////
function jumpMenuBizPopupRefresh( obj ) {
	//alert('ab');
	var SelectedIndex = document.aspnetForm.select.selectedIndex; 
	if (obj.options[obj.selectedIndex].value != "0") {
	    if (obj.selectedIndex != 3)           // Index number of last entry not needing disclaimer//
			window.open('/popDisclaimer.aspx?popURL=' + obj.options[obj.selectedIndex].value, "popDiscWin", 'height=250, width=500, status=yes');
			//window.open('popDisclaimer.aspx?popURL=' + obj.options[obj.selectedIndex].value, "popDiscWin", 'height=250, width=500, status=yes');
		else if(obj.selectedIndex == 2)
			window.open(obj.options[obj.selectedIndex].value, "_blank");
		else	
		    window.open(obj.options[obj.selectedIndex].value, "popExternalWin");	
	}
	obj.options[0].selected = true; //default back to top of list //
}
// END Selector with Business Disclaimer Popup Script ///////////////


// BEGIN Link Back to Main Window Script ///////
function goMainWin(url) {
	window.opener.focus();
	window.opener.location.href = url;
	window.close();
}
// END Link Back to Main Window Script ///////

// BEGIN Popup Disclaimer for External Links Script ///////
function popDisclaimer(url) {
	window.open('/popDisclaimer.aspx?popURL=' + url, 'popDiscWin', 'height=350, width=500, status=yes');
}
// END Popup Disclaimer for External Links Script ///////

// BEGIN Popup Definition Script ///////
function popDefinition(term) {
	window.open('/popDefinition.aspx?term=' + term, 'popDefWin', 'height=230, width=400, status=yes');
}
// END Popup Definition Script ///////
//-->
