if (document.images) {
contact_off = new Image
contact_on = new Image
quote_off = new Image
quote_on = new Image
login_off = new Image
login_on = new Image
believe_link_off = new Image
believe_link_on = new Image
perform_link_off = new Image
perform_link_on = new Image
deliver_link_off = new Image
deliver_link_on = new Image

contact_off.src = "SoftLogic/image/button_contactform_off.gif"
contact_on.src = "SoftLogic/image/button_contactform_on.gif"
quote_off.src = "SoftLogic/image/button_getaquote_off.gif "
quote_on.src = "SoftLogic/image/button_getaquote_on.gif"
login_off.src = "SoftLogic/image/button_customerlogin_off.gif"
login_on.src = "SoftLogic/image/button_customerlogin_on.gif"

believe_link_off.src = "SoftLogic/image/sub_swoosh_default.jpg"
believe_link_on.src = "SoftLogic/image/sub_swoosh_believe.jpg"
perform_link_off.src = "SoftLogic/image/sub_swoosh_default.jpg"
perform_link_on.src = "SoftLogic/image/sub_swoosh_perform.jpg"
deliver_link_off.src = "SoftLogic/image/sub_swoosh_default.jpg"
deliver_link_on.src = "SoftLogic/image/sub_swoosh_deliver.jpg"

}

