<!--

if(document.images){

    addAddressOff =new Image();  addAddressOff.src= CONST_LOCATION + "images/nav/buttons/forms/add_address_off.gif";
    addAddressOn =new Image();  addAddressOn.src= CONST_LOCATION + "images/nav/buttons/forms/add_address_over.gif";

    addNumOff =new Image();  addNumOff.src= CONST_LOCATION + "images/nav/buttons/forms/add_num_off.gif";
    addNumOn =new Image();  addNumOn.src= CONST_LOCATION + "images/nav/buttons/forms/add_num_over.gif";

    cancelOff =new Image();  cancelOff.src= CONST_LOCATION + "images/nav/buttons/forms/cancel_off.gif";
    cancelOn =new Image();  cancelOn.src= CONST_LOCATION + "images/nav/buttons/forms/cancel_over.gif";

    checkout1Off =new Image();  checkout1Off.src= CONST_LOCATION + "images/nav/buttons/specialRequest/checkout_off.gif";
    checkout1On =new Image();  checkout1On.src= CONST_LOCATION + "images/nav/buttons/specialRequest/checkout_on.gif";
    
    
    continueRegOff =new Image();  continueRegOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/continue_reg_off.gif";
    continueRegOn =new Image();  continueRegOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/continue_reg_over.gif";

    loginCurrentOff =new Image();  loginCurrentOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/login_current_off.gif";
    loginCurrentOn =new Image();  loginCurrentOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/login_current_over.gif";

    requestInfoOff =new Image();  requestInfoOff.src= CONST_LOCATION + "images/nav/buttons/forms/request_info_off.gif";
    requestInfoOn =new Image();  requestInfoOn.src= CONST_LOCATION + "images/nav/buttons/forms/request_info_over.gif";
    
    emailPasswordOff =new Image();  emailPasswordOff.src= CONST_LOCATION + "images/nav/buttons/forms/email_password_off.gif";
    emailPasswordOn =new Image();  emailPasswordOn.src= CONST_LOCATION + "images/nav/buttons/forms/email_password_over.gif";

    recalculateOff =new Image();  recalculateOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/recalculate_off.gif";
    recalculateOn =new Image();  recalculateOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/recalculate_over.gif";

    removeOff =new Image();  removeOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/remove_off.gif";
    removeOn =new Image();  removeOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/remove_on.gif";

    remove1Off =new Image();  remove1Off.src= CONST_LOCATION + "images/nav/buttons/forms/remove_off.gif";
    remove1On =new Image();  remove1On.src= CONST_LOCATION + "images/nav/buttons/forms/remove_over.gif";

    modifyOff =new Image();  modifyOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/modify_off.gif";
    modifyOn =new Image();  modifyOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/modify_on.gif";

    resetButton1Off =new Image();  resetButton1Off.src= CONST_LOCATION + "images/nav/buttons/specialRequest/reset_off.gif";
    resetButton1On =new Image();  resetButton1On.src= CONST_LOCATION + "images/nav/buttons/specialRequest/reset_on.gif"; 
    
    removeLocationOff =new Image();  removeLocationOff.src= CONST_LOCATION + "images/nav/buttons/specialRequest/remove_location_off.gif";
    removeLocationOn =new Image();  removeLocationOn.src= CONST_LOCATION + "images/nav/buttons/specialRequest/remove_location_on.gif";
    
    searchCoursesOff =new Image();  searchCoursesOff.src= CONST_LOCATION + "images/nav/buttons/coursebasket/search_courses_off.gif";
    searchCoursesOn =new Image();  searchCoursesOn.src= CONST_LOCATION + "images/nav/buttons/coursebasket/search_courses_over.gif";

    addEmailOff =new Image();  addEmailOff.src= CONST_LOCATION + "images/nav/buttons/forms/add_email_off.gif";
    addEmailOn =new Image();  addEmailOn.src= CONST_LOCATION + "images/nav/buttons/forms/add_email_over.gif";

    addLocationOff =new Image();  addLocationOff.src= CONST_LOCATION + "images/nav/buttons/specialRequest/transcript_location_off.gif";
    addLocationOn =new Image();  addLocationOn.src= CONST_LOCATION + "images/nav/buttons/specialRequest/transcript_location_on.gif";
    
    backOff =new Image();  backOff.src= CONST_LOCATION +  "images/nav/buttons/portal/back_drk.gif";
    backOn =new Image();  backOn.src= CONST_LOCATION + "images/nav/buttons/portal/back_over.gif";
    
}
//--->