if (document.images) {

info_on = new Image();
info_on.src = "images/btn_info_on.gif";
info_off = new Image();
info_off.src = "images/btn_info_off.gif";

news_on = new Image();
news_on.src = "images/btn_news_on.gif";
news_off = new Image();
news_off.src = "images/btn_news_off.gif";

email_on = new Image();
email_on.src = "images/btn_email_on.gif";
email_off = new Image();
email_off.src = "images/btn_email_off.gif";

links_on = new Image();
links_on.src = "images/btn_links_on.gif";
links_off = new Image();
links_off.src = "images/btn_links_off.gif";

photos_on = new Image();
photos_on.src = "images/btn_photos_on.gif";
photos_off = new Image();
photos_off.src = "images/btn_photos_off.gif";

store_on = new Image();
store_on.src = "images/btn_store_on.gif";
store_off = new Image();
store_off.src = "images/btn_store_off.gif";

spacer_on = new Image();
spacer_on.src = "images/spacer.gif";
spacer_off = new Image();
spacer_off.src = "images/spacer.gif";

}
