// HOME PAGE MAIN NAVIGATION

h_aboutus = new Image();
h_aboutus.src = "images/h_aboutusr.jpg";

h_business = new Image();
h_business.src = "images/h_businessr.jpg";

h_personal = new Image();
h_personal.src = "images/h_personalr.jpg";

h_life = new Image();
h_life.src = "images/h_lifer.jpg";

h_claims = new Image();
h_claims.src = "images/h_claims.jpg";

h_contactus = new Image();
h_contactus.src = "images/h_contactus.jpg";


// HOME PAGE SUB NAVIGATION

h_biographies = new Image();
h_biographies.src = "images/h_biographies.jpg";

h_beginning = new Image();
h_beginning.src = "images/h_beginning.jpg";

h_commercial = new Image();
h_commercial.src = "images/h_commercial.jpg";

h_association = new Image();
h_association.src = "images/h_association.jpg";

h_coverages = new Image();
h_coverages.src = "images/h_coverages.jpg";

h_companies = new Image();
h_companies.src = "images/h_companies.jpg";

h_pricing = new Image();
h_pricing.src = "images/h_pricing.jpg";

h_products = new Image();
h_products.src = "images/h_products.jpg";

h_marketing = new Image();
h_marketing.src = "images/h_marketing.jpg";

h_legislative = new Image();
h_legislative.src = "images/h_legislative.jpg";

h_employee = new Image();
h_employee.src = "images/h_employee.jpg";

h_claimspers = new Image();
h_claimspers.src = "images/h_claimspers.jpg";

h_claimscomm = new Image();
h_claimscomm.src = "images/h_claimscomm.jpg";

h_tips = new Image();
h_tips.src = "images/h_tips.jpg";

h_directions = new Image();
h_directions.src = "images/h_directions.jpg";

h_staff = new Image();
h_staff.src = "images/h_staff.jpg";


// SUB PAGE MAIN NAVIGATION

s_aboutus = new Image();
s_aboutus.src = "images/s_aboutusr.gif";

s_business = new Image();
s_business.src = "images/s_businessr.gif";

s_personal = new Image();
s_personal.src = "images/s_personalr.gif";

s_life = new Image();
s_life.src = "images/s_lifer.gif";

s_claims = new Image();
s_claims.src = "images/s_claimsr.gif";

s_contactus = new Image();
s_contactus.src = "images/s_contactusr.gif";


// SUB PAGE SUB NAVIGATION

s_biographies = new Image();
s_biographies.src = "images/s_biographies.gif";

s_beginning = new Image();
s_beginning.src = "images/s_beginning.gif";

s_beginning = new Image();
s_beginning.src = "images/s_pledge.gif";

s_commercial = new Image();
s_commercial.src = "images/s_commercial.gif";

s_association = new Image();
s_association.src = "images/s_association.gif";

s_coverages = new Image();
s_coverages.src = "images/s_coverages.gif";

s_companies = new Image();
s_companies.src = "images/s_companies.gif";

s_pricing = new Image();
s_pricing.src = "images/s_pricing.gif";

s_products = new Image();
s_products.src = "images/s_products.gif";

s_marketing = new Image();
s_marketing.src = "images/s_marketing.gif";

s_legislative = new Image();
s_legislative.src = "images/s_legislative.gif";

s_employee = new Image();
s_employee.src = "images/s_employee.gif";

s_claimspers = new Image();
s_claimspers.src = "images/s_claimspers.gif";

s_claimscomm = new Image();
s_claimscomm.src = "images/s_claimscomm.gif";

s_tips = new Image();
s_tips.src = "images/s_tips.gif";

s_directions = new Image();
s_directions.src = "images/s_directions.gif";

s_staff = new Image();
s_staff.src = "images/s_staff.gif";


function MM_findObj(n, d) { //v3.0

  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 MM_showHideLayers() { //v3.0

  var i,p,v,obj,args=MM_showHideLayers.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; }

}