<!-- Hide script from old browsers

// Main Buttons On
bt_homeon = new Image();
bt_homeon.src = "/warp/public/749/ar2001/online/images/btn_home_on.gif";
bt_profileon = new Image();
bt_profileon.src = "/warp/public/749/ar2001/online/images/btn_profile_on.gif";
bt_financial_highlightson = new Image();
bt_financial_highlightson.src = "/warp/public/749/ar2001/online/images/btn_financial_highlights_on.gif";
bt_letteron = new Image();
bt_letteron.src = "/warp/public/749/ar2001/online/images/btn_letter_on.gif";
bt_conversationon = new Image();
bt_conversationon.src = "/warp/public/749/ar2001/online/images/btn_conversation_on.gif";
bt_financial_reviewon = new Image();
bt_financial_reviewon.src = "/warp/public/749/ar2001/online/images/btn_financial_review_on.gif";
bt_shareholder_infoon = new Image();
bt_shareholder_infoon.src = "/warp/public/749/ar2001/online/images/btn_shareholder_info_on.gif";
bt_proxyon = new Image();
bt_proxyon.src = "/warp/public/749/ar2001/online/images/btn_proxy_on.gif";
bt_learnon = new Image();
bt_learnon.src = "/warp/public/749/ar2001/online/images/btn_learn_on.gif";
bt_feedbackon = new Image();
bt_feedbackon.src = "/warp/public/749/ar2001/online/images/btn_feedback_on.gif";
bt_onlineon = new Image();
bt_onlineon.src = "/warp/public/749/ar2001/online/images/btn_online_on.gif";
bt_printableon = new Image();
bt_printableon.src = "/warp/public/749/ar2001/online/images/btn_printable_on.gif";

// Main Buttons off
bt_homeoff = new Image();
bt_homeoff.src = "/warp/public/749/ar2001/online/images/btn_home.gif";
bt_profileoff = new Image();
bt_profileoff.src = "/warp/public/749/ar2001/online/images/btn_profile.gif";
bt_financial_highlightsoff = new Image();
bt_financial_highlightsoff.src = "/warp/public/749/ar2001/online/images/btn_financial_highlights.gif";
bt_letteroff = new Image();
bt_letteroff.src = "/warp/public/749/ar2001/online/images/btn_letter.gif";
bt_conversationoff = new Image();
bt_conversationoff.src = "/warp/public/749/ar2001/online/images/btn_conversation.gif";
bt_financial_reviewoff = new Image();
bt_financial_reviewoff.src = "/warp/public/749/ar2001/online/images/btn_financial_review.gif";
bt_shareholder_infooff = new Image();
bt_shareholder_infooff.src = "/warp/public/749/ar2001/online/images/btn_shareholder_info.gif";
bt_proxyoff = new Image();
bt_proxyoff.src = "/warp/public/749/ar2001/online/images/btn_proxy.gif";
bt_learnoff = new Image();
bt_learnoff.src = "/warp/public/749/ar2001/online/images/btn_learn.gif";
bt_feedbackoff = new Image();
bt_feedbackoff.src = "/warp/public/749/ar2001/online/images/btn_feedback.gif";
bt_onlineoff = new Image();
bt_onlineoff.src = "/warp/public/749/ar2001/online/images/btn_online.gif";
bt_printableoff = new Image();
bt_printableoff.src = "/warp/public/749/ar2001/online/images/btn_printable.gif";



function imgOff(imgName) {
  if (document.images) {
    document[imgName].src = eval(imgName + "off.src");
  }
}

function imgOn(imgName) {
  if (document.images) {
    document[imgName].src = eval(imgName + "on.src");
  }
}

// End hiding script from old browsers -->