


<!-- 
  if(document.images){
    
    searchOff =new Image();  searchOff.src= CONST_LOCATION + "images/nav/buttons/search/search_off.gif";
    searchOn =new Image();  searchOn.src= CONST_LOCATION + "images/nav/buttons/search/search_on.gif";

    resetButtonOff =new Image();  resetButtonOff.src= CONST_LOCATION + "images/nav/buttons/search/reset_off.gif";
    resetButtonOn =new Image();  resetButtonOn.src= CONST_LOCATION + "images/nav/buttons/search/reset_on.gif";    
    
    //regCloseOff =new Image();  regCloseOff.src= CONST_LOCATION + "images/popupreg_close_off.gif";
    //regCloseOn =new Image();  regCloseOn.src= CONST_LOCATION + "images/popupreg_close_over.gif";

    printOff =new Image();  printOff.src= CONST_LOCATION + "images/nav/buttons/search/print_version_off.gif";
    printOn =new Image();  printOn.src= CONST_LOCATION + "images/nav/buttons/search/print_version_on.gif";

    moreInfoOff =new Image();  moreInfoOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/more_info_off.gif";
    moreInfoOn =new Image();  moreInfoOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/more_info_over.gif";

    addtoCartOff =new Image();  addtoCartOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/add2_cart_off.gif";
    addtoCartOn =new Image();  addtoCartOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/add2_cart_over.gif";

    checkoutOff =new Image();  checkoutOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/checkout_off.gif";
    checkoutOn =new Image();  checkoutOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/checkout_over.gif";
 

}

//-->