// IDENTIFY & PRELOAD ROLLOVERS

x = "http://www.secureit.com/images/navbar_";
if (document.images) {            
 			
			// MAIN NAVIGATION

			abouton = new Image();  abouton.src = x + "about_ro.gif";
			capabilitieson = new Image();  capabilitieson.src = x + "capabilities_ro.gif";
			industryon = new Image();  industryon.src = x + "industry_ro.gif";
			resourceson = new Image();  resourceson.src = x + "resources_ro.gif";
			careerson = new Image();  careerson.src = x + "careers_ro.gif";
			contacton = new Image();  contacton.src = x + "contact_ro.gif";

			aboutoff = new Image();  aboutoff.src = x + "about.gif";
			capabilitiesoff = new Image();  capabilitiesoff.src = x + "capabilities.gif";
			industryoff = new Image();  industryoff.src = x + "industry.gif";
			resourcesoff = new Image();  resourcesoff.src = x + "resources.gif";
			careersoff = new Image();  careersoff.src = x + "careers.gif";
			contactoff = new Image();  contactoff.src = x + "contact.gif";

			cpeon = new Image();  cpeon.src = "images/hp_CPE_logo_ro.gif";
			cpeoff = new Image();  cpeoff.src = "images/hp_CPE_logo.gif";
 			

			// SUB-MENU NAVIGATION - ABOUT

			whoon = new Image();  whoon.src = x + "who_ro.gif";
			whaton = new Image();  whaton.src = x + "what_ro.gif";
			clientson = new Image();  clientson.src = x + "clients_ro.gif";
			contactuson = new Image();  contactuson.src = x + "contactus_ro.gif"; 	
		
			whooff = new Image();  whooff.src = x + "who.gif";
			whatoff = new Image();  whatoff.src = x + "what.gif";
			clientsoff = new Image();  clientsoff.src = x + "clients.gif";
			contactusoff = new Image();  contactusoff.src = x + "contactus.gif";


			// SUB-MENU NAVIGATION - CAPABILITIES

			auditon = new Image();  auditon.src = x + "audit_ro.gif";
			securityon = new Image();  securityon.src = x + "security_ro.gif";
			riskon = new Image();  riskon.src = x + "risk_ro.gif";
			trainingon = new Image();  trainingon.src = x + "training_ro.gif";
 			
			auditoff = new Image();  auditoff.src = x + "audit.gif";
			securityoff = new Image();  securityoff.src = x + "security.gif";
			riskoff = new Image();  riskoff.src = x + "risk.gif";
			trainingoff = new Image();  trainingoff.src = x + "training.gif";


			// SUB-MENU NAVIGATION - INDUSTRY EXPERTISE

			federalgon = new Image();  federalgon.src = x + "federalg_ro.gif";
			financialon = new Image();  financialon.src = x + "financial_ro.gif";
			healthcareon = new Image();  healthcareon.src = x + "healthcare_ro.gif";
			insuranceon = new Image();  insuranceon.src = x + "insurance_ro.gif"; 	
			mediaon = new Image();  mediaon.src = x + "media_ro.gif";
			serviceon = new Image();  serviceon.src = x + "service_ro.gif";
			stateon = new Image();  stateon.src = x + "state_ro.gif";
			telecomon = new Image();  telecomon.src = x + "telecom_ro.gif"; 	
		
			federalgoff = new Image();  federalgoff.src = x + "federalg.gif";
			financialoff = new Image();  financialoff.src = x + "financial.gif";
			healthcareoff = new Image();  healthcareoff.src = x + "healthcare.gif";
			insuranceoff = new Image();  insuranceoff.src = x + "insurance.gif";
			mediaoff = new Image();  mediaoff.src = x + "media.gif";
			serviceoff = new Image();  serviceoff.src = x + "service.gif";
			stateoff = new Image();  stateoff.src = x + "state.gif";
			telecomoff = new Image();  telecomoff.src = x + "telecom.gif";


			// SUB-MENU NAVIGATION - RESOURCES

			peopleon = new Image();  peopleon.src = x + "people_ro.gif";
			intellectualon = new Image();  intellectualon.src = x + "intellectual_ro.gif";
			qualityon = new Image();  qualityon.src = x + "quality_ro.gif";
			federalon = new Image();  federalon.src = x + "federal_ro.gif"; 	
		
			peopleoff = new Image();  peopleoff.src = x + "people.gif";
			intellectualoff = new Image();  intellectualoff.src = x + "intellectual.gif";
			qualityoff = new Image();  qualityoff.src = x + "quality.gif";
			federaloff = new Image();  federaloff.src = x + "federal.gif";


			// SUB-MENU NAVIGATION - CAREERS

			companyon = new Image();  companyon.src = x + "company_ro.gif";
			opportunitieson = new Image();  opportunitieson.src = x + "opportunities_ro.gif";
			submiton = new Image();  submiton.src = x + "submit_ro.gif";
		
			companyoff = new Image();  companyoff.src = x + "company.gif";
			opportunitiesoff = new Image();  opportunitiesoff.src = x + "opportunities.gif";
			submitoff = new Image();  submitoff.src = x + "submit.gif";

			
        }
    function imgOn(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "on.src");       
            }
    }
    function imgOff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "off.src");        
            }
           
    }


// LAYERED MENUS

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function show() { //v6.0
  var i,p,v,obj,args=show.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}