home_tab_off = new Image;
home_tab_off.src = "../images/tabs/home_n.gif";
home_tab_on = new Image;
home_tab_on.src = "../images/tabs/home_a.gif";

about_tab_off = new Image;
about_tab_off.src = "../images/tabs/about_n.gif";
about_tab_on = new Image;
about_tab_on.src = "../images/tabs/about_a.gif";

articles_tab_off = new Image;
articles_tab_off.src = "../images/tabs/articles_n.gif";
articles_tab_on = new Image;
articles_tab_on.src = "../images/tabs/articles_a.gif";

brochures_tab_off = new Image;
brochures_tab_off.src = "../images/tabs/brochures_n.gif";
brochures_tab_on = new Image;
brochures_tab_on.src = "../images/tabs/brochures_a.gif";

search_tab_off = new Image;
search_tab_off.src = "../images/tabs/search_n.gif";
search_tab_on = new Image;
search_tab_on.src = "../images/tabs/search_a.gif";

members_tab_off = new Image;
members_tab_off.src = "../images/tabs/members_n.gif";
members_tab_on = new Image;
members_tab_on.src = "../images/tabs/members_a.gif";

links_tab_off = new Image;
links_tab_off.src = "../images/tabs/links_n.gif";
links_tab_on = new Image;
links_tab_on.src = "../images/tabs/links_a.gif";

contact_tab_off = new Image;
contact_tab_off.src = "../images/tabs/contact_n.gif";
contact_tab_on = new Image;
contact_tab_on.src = "../images/tabs/contact_a.gif";

function SetImage(img,src) {
	img.src = src;
}
