
if (document.images)
{
   //company left navigation buttons
/*
 corporatebioon = new Image(155, 22); 
 corporatebioon.src = "images/corporatebio_on.gif"; 
 corporatebiooff = new Image(155, 22); 
 corporatebiooff.src = "images/corporatebio_off.gif"; 

 teamon = new Image(155, 22);
 teamon.src = "images/team_on.gif";
 teamoff = new Image(155, 22);
 teamoff.src = "images/team_off.gif";

 employmenton = new Image(155, 22);
 employmenton.src = "images/employment_on.gif";
 employmentoff = new Image(155, 22);
 employmentoff.src = "images/employment_off.gif";

 contactuson = new Image(155, 22);
 contactuson.src = "images/contactus_on.gif";
 contactusoff = new Image(155, 22);
 contactusoff.src = "images/contactus_off.gif";

 partnerson = new Image(155, 22);
 partnerson.src = "images/partners_on.gif";
 partnersoff = new Image(155, 22);
 partnersoff.src = "images/partners_off.gif";

 guaranteeson = new Image(155, 22);
 guaranteeson.src = "images/guarantees_on.gif";
 guaranteesoff = new Image(155, 22);
 guaranteesoff.src = "images/guarantees_off.gif";

 companyfaqon = new Image(155, 22);
 companyfaqon.src = "images/companyfaq_on.gif";
 companyfaqoff = new Image(155, 22);
 companyfaqoff.src = "images/companyfaq_off.gif";
*/
}

