

  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";
   
   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";
   
   contactdet_on = new Image(); contactdet_on.src = "../images/navigation/navsections/contactdet_ro.jpg";

   contactdet_off = new Image(); contactdet_off.src = "../images/navigation/navsections/contactdet_off.jpg";
     
   allsop_on = new Image(); allsop_on.src = "../images/navigation/navcase/allsop_ro.jpg";

   allsop_off = new Image(); allsop_off.src = "../images/navigation/navcase/allsop_off.jpg";

   ambaile_on = new Image(); ambaile_on.src = "../images/navigation/navcase/ambaile_ro.jpg";

   ambaile_off = new Image(); ambaile_off.src = "../images/navigation/navcase/ambaile_off.jpg";

   richemont_on = new Image(); richemont_on.src = "../images/navigation/navcase/richemont_ro.jpg";

   richemont_off = new Image(); richemont_off.src = "../images/navigation/navcase/richemont_off.jpg";

   bbpr_on = new Image(); bbpr_on.src = "../images/navigation/navcase/bbpr_ro.jpg";

   bbpr_off = new Image(); bbpr_off.src = "../images/navigation/navcase/bbpr_off.jpg";

   doit_on = new Image(); doit_on.src = "../images/navigation/navcase/doit_ro.jpg";

   doit_off = new Image(); doit_off.src = "../images/navigation/navcase/doit_off.jpg";

   jcpenney_on = new Image(); jcpenney_on.src = "../images/navigation/navcase/jcpenney_ro.jpg";

   jcpenney_off = new Image(); jcpenney_off.src = "../images/navigation/navcase/jcpenney_off.jpg";

   tec_on = new Image(); tec_on.src = "../images/navigation/navcase/tec_ro.jpg";

   tec_off = new Image(); tec_off.src = "../images/navigation/navcase/tec_off.jpg";

   bell_on = new Image(); bell_on.src = "../images/navigation/navcase/bell_ro.jpg";

   bell_off = new Image(); bell_off.src = "../images/navigation/navcase/bell_off.jpg";

   oldmut_on = new Image(); oldmut_on.src = "../images/navigation/navcase/oldmut_ro.jpg";

   oldmut_off = new Image(); oldmut_off.src = "../images/navigation/navcase/oldmut_off.jpg";

   theopen_on = new Image(); theopen_on.src = "../images/navigation/navcase/theopen_ro.jpg";

   theopen_off = new Image(); theopen_off.src = "../images/navigation/navcase/theopen_off.jpg";

   actionman_on = new Image(); actionman_on.src = "../images/navigation/navcase/actionman_ro.jpg";

   actionman_off = new Image(); actionman_off.src = "../images/navigation/navcase/actionman_off.jpg";

   hp_on = new Image(); hp_on.src = "../images/navigation/navcase/hp_ro.jpg";

   hp_off = new Image(); hp_off.src = "../images/navigation/navcase/hp_off.jpg";

   sufi_on = new Image(); sufi_on.src = "../images/navigation/navcase/sufi_ro.jpg";

   sufi_off = new Image(); sufi_off.src = "../images/navigation/navcase/sufi_off.jpg";

   bbc_on = new Image(); bbc_on.src = "../images/navigation/navcase/bbc_ro.jpg";

   bbc_off = new Image(); bbc_off.src = "../images/navigation/navcase/bbc_off.jpg";

   firefly_on = new Image(); firefly_on.src = "../images/navigation/navcase/firefly_ro.jpg";

   firefly_off = new Image(); firefly_off.src = "../images/navigation/navcase/firefly_off.jpg";

   disneyland_on = new Image(); disneyland_on.src = "../images/navigation/navcase/disneyland_ro.jpg";

   disneyland_off = new Image(); disneyland_off.src = "../images/navigation/navcase/disneyland_off.jpg";

   barclays_on = new Image(); barclays_on.src = "../images/navigation/navcase/barclays_ro.jpg";

   barclays_off = new Image(); barclays_off.src = "../images/navigation/navcase/barclays_off.jpg";

   barclaysipc_on = new Image(); barclaysipc_on.src = "../images/navigation/navcase/barclays_ipc_ro.jpg";

   barclaysipc_off = new Image(); barclaysipc_off.src = "../images/navigation/navcase/barclays_ipc_off.jpg";

   sage_on = new Image(); sage_on.src = "../images/navigation/navcase/sage_ro.jpg";

   sage_off = new Image(); sage_off.src = "../images/navigation/navcase/sage_off.jpg";

   disneylive_on = new Image(); disneylive_on.src = "../images/navigation/navcase/disneylive_ro.jpg";

   disneylive_off = new Image(); disneylive_off.src = "../images/navigation/navcase/disneylive_off.jpg";

   johnlewis_on = new Image(); johnlewis_on.src = "../images/navigation/navcase/johnlewis_ro.jpg";

   johnlewis_off = new Image(); johnlewis_off.src = "../images/navigation/navcase/johnlewis_off.jpg";
   
   viewal_on = new Image(); viewal_on.src = "../images/navigation/navcase/viewall_ro.jpg";
   
   viewal_off = new Image(); viewal_off.src = "../images/navigation/navcase/viewall_off.jpg";

 }



function HiLight(imgDocID,imgObjName) {

 if (document.images){

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

 }

}

// -->

