if (document.images)  {    

button_home_about_off = new Image(154,26);
button_home_about_off.src = "images/button_home_about_off.gif";
button_home_about_on = new Image(154,26);
button_home_about_on.src = "images/button_home_about_on.gif";

button_home_avail_off = new Image(154,26);
button_home_avail_off.src = "images/button_home_avail_off.gif";
button_home_avail_on = new Image(154,26);
button_home_avail_on.src = "images/button_home_avail_on.gif";

button_home_investor_off = new Image(154,27);
button_home_investor_off.src = "images/button_home_investor_off.gif";
button_home_investor_on = new Image(154,27);
button_home_investor_on.src = "images/button_home_investor_on.gif";

button_home_projects_off = new Image(154,27);
button_home_projects_off.src = "images/button_home_projects_off.gif";
button_home_projects_on = new Image(154,27);
button_home_projects_on.src = "images/button_home_projects_on.gif";

button_home_partners_off = new Image(154,26);
button_home_partners_off.src = "images/button_home_loan_sub_off.gif";
button_home_partners_on = new Image(154,26);
button_home_partners_on.src = "images/button_home_loan_sub_on.gif";

button_home_contact_off = new Image(154,26);
button_home_contact_off.src = "images/button_home_contact_off.gif";
button_home_contact_on = new Image(154,26);
button_home_contact_on.src = "images/button_home_contact_on.gif";

							
}
			