if (document.images)  {    

button_sec_about_off = new Image(89,30);
button_sec_about_off.src = "/images/button_sec_about_off.gif";
button_sec_about_on = new Image(89,30);
button_sec_about_on.src = "/images/button_sec_about_on.gif";

button_sec_avail_off = new Image(155,30);
button_sec_avail_off.src = "/images/button_sec_avail_off.gif";
button_sec_avail_on = new Image(155,30);
button_sec_avail_on.src = "/images/button_sec_avail_on.gif";

button_sec_investor_off = new Image(157,30);
button_sec_investor_off.src = "/images/button_sec_investor_off.gif";
button_sec_investor_on = new Image(157,30);
button_sec_investor_on.src = "/images/button_sec_investor_on.gif";

button_sec_projects_off = new Image(83,30);
button_sec_projects_off.src = "/images/button_sec_projects_off.gif";
button_sec_projects_on = new Image(83,30);
button_sec_projects_on.src = "/images/button_sec_projects_on.gif";

button_sec_partners_off = new Image(85,30);
button_sec_partners_off.src = "/images/button_sec_loan_sub_off.gif";
button_sec_partners_on = new Image(85,30);
button_sec_partners_on.src = "/images/button_sec_loan_sub_on.gif";

button_sec_contact_off = new Image(93,30);
button_sec_contact_off.src = "/images/button_sec_contact_off.gif";
button_sec_contact_on = new Image(93,30);
button_sec_contact_on.src = "/images/button_sec_contact_on.gif";

button_sec_home_off = new Image(69,30);
button_sec_home_off.src = "/images/button_sec_home_off.gif";
button_sec_home_on = new Image(69,30);
button_sec_home_on.src = "/images/button_sec_home_on.gif";

							
}
							
