

<!--
agent = navigator.userAgent;
var version = navigator.appVersion;
browserVersion = 2;
function lite(imageName,hilite) {
   if (browserVersion == 1) {
      imageShow = eval(hilite + ".src");
      document [imageName].src = imageShow;
   }
}
function norm(imageName,normal) {
   if (browserVersion == 1) {
      imageShow = eval(normal + ".src");
      document [imageName].src = imageShow;
   }
}





<!--
if ((agent.indexOf("a/3",6) == -1) && (agent.indexOf("a/4",6) == -1)) {browserVersion = 2}
   else {browserVersion = 1}
if (browserVersion == 1) {     

btn_01_on = new Image();                           
btn_01_on.src = "images/btn_aboutus_on.gif";

btn_01_off = new Image();          
btn_01_off.src = "images/btn_aboutus_off.gif";



btn_02_on = new Image();                           
btn_02_on.src = "images/btn_services_on.gif";

btn_02_off = new Image();          
btn_02_off.src = "images/btn_services_off.gif";



btn_03_on = new Image();                           
btn_03_on.src = "images/btn_clients_on.gif";

btn_03_off = new Image();          
btn_03_off.src = "images/btn_clients_off.gif";



btn_04_on = new Image();                           
btn_04_on.src = "images/btn_career_on.gif";

btn_04_off = new Image();          
btn_04_off.src = "images/btn_career_off.gif";



btn_05_on = new Image();                           
btn_05_on.src = "images/btn_benefits_on.gif";

btn_05_off = new Image();          
btn_05_off.src = "images/btn_benefits_off.gif";



btn_06_on = new Image();                           
btn_06_on.src = "images/btn_contact_on.gif";

btn_06_off = new Image();          
btn_06_off.src = "images/btn_contact_off.gif";



btn_07_on = new Image();                           
btn_07_on.src = "images/btn_certicfication_on.gif";

btn_07_off = new Image();          
btn_07_off.src = "images/btn_certicfication.gif";



btn_08_on = new Image();                           
btn_08_on.src = "images/btn_offshore_on.gif";

btn_08_off = new Image();          
btn_08_off.src = "images/btn_offshore.gif";



btn_09_on = new Image();                           
btn_09_on.src = "images/btn_networking_on.gif";

btn_09_off = new Image();          
btn_09_off.src = "images/btn_networking.gif";



btn_10_on = new Image();                           
btn_10_on.src = "images/btn_staff_aug_on.gif";

btn_10_off = new Image();          
btn_10_off.src = "images/btn_staff_aug.gif";



     
}
