

  if (document.images) { // preload the images for the roll overs on and off states
  
   createser_on = new Image(); createser_on.src = "../images/navigation/navsections/createser_ro.jpg";

   createser_off = new Image(); createser_off.src = "../images/navigation/navsections/createser_off.jpg";
   
   casestu_on = new Image(); casestu_on.src = "../images/navigation/navsections/casestud_ro.jpg";

   casestu_off = new Image(); casestu_off.src = "../images/navigation/navsections/casestud_off.jpg";
   
   aboutstu_on = new Image(); aboutstu_on.src = "../images/navigation/navsections/aboutstu_ro.jpg";

   aboutstu_off = new Image(); aboutstu_off.src = "../images/navigation/navsections/aboutstu_off.jpg";
   
   eml_on = new Image(); eml_on.src = "../images/navigation/navcontact/inpg_email_ro.jpg";

   eml_off = new Image(); eml_off.src = "../images/navigation/navcontact/inpg_email_off.jpg";
      
   skyp_on = new Image(); skyp_on.src = "../images/navigation/navcontact/inpg_skype_ro.jpg";

   skyp_off = new Image(); skyp_off.src = "../images/navigation/navcontact/inpg_skype_off.jpg";

 }



function HiLight(imgDocID,imgObjName) {

 if (document.images){

 document.images[imgDocID].src = eval(imgObjName + ".src")

 }

}

// -->

