home_normal = new Image();
home_normal.src = BASE_URL+"/images/layout/nav/home.gif";
home_hover = new Image();
home_hover.src = BASE_URL+"/images/layout/nav/home_on.gif";

news_normal = new Image();
news_normal.src = BASE_URL+"/images/layout/nav/news.gif";
news_hover = new Image();
news_hover.src = BASE_URL+"/images/layout/nav/news_on.gif";

fundraising_normal = new Image();
fundraising_normal.src = BASE_URL+"/images/layout/nav/fundraising.gif";
fundraising_hover = new Image();
fundraising_hover.src = BASE_URL+"/images/layout/nav/fundraising_on.gif";

welfare_normal = new Image();
welfare_normal.src = BASE_URL+"/images/layout/nav/welfare.gif";
welfare_hover = new Image();
welfare_hover.src = BASE_URL+"/images/layout/nav/welfare_on.gif";


membership_normal = new Image();
membership_normal.src = BASE_URL+"/images/layout/nav/membership.gif";
membership_hover = new Image();
membership_hover.src = BASE_URL+"/images/layout/nav/membership_on.gif";

downloads_normal = new Image();
downloads_normal.src = BASE_URL+"/images/layout/nav/downloads.gif";
downloads_hover = new Image();
downloads_hover.src = BASE_URL+"/images/layout/nav/downloads_on.gif";

about_normal = new Image();
about_normal.src = BASE_URL+"/images/layout/nav/about.gif";
about_hover = new Image();
about_hover.src = BASE_URL+"/images/layout/nav/about_on.gif";

contact_normal = new Image();
contact_normal.src = BASE_URL+"/images/layout/nav/contact.gif";
contact_hover = new Image();
contact_hover.src = BASE_URL+"/images/layout/nav/contact_on.gif";

links_normal = new Image();
links_normal.src = BASE_URL+"/images/layout/nav/links.gif";
links_hover = new Image();
links_hover.src = BASE_URL+"/images/layout/nav/links_on.gif";


button_morenews_normal = new Image();
button_morenews_normal.src = BASE_URL+"/images/layout/button_morenews.gif";
button_morenews_hover = new Image();
button_morenews_hover.src = BASE_URL+"/images/layout/button_morenews_on.gif";

button_go_normal = new Image();
button_go_normal.src = BASE_URL+"/images/layout/button_go.gif";
button_go_hover = new Image();
button_go_hover.src = BASE_URL+"/images/layout/button_go_on.gif";

button_more_normal = new Image();
button_more_normal.src = BASE_URL+"/images/layout/button_more.gif";
button_more_hover = new Image();
button_more_hover.src = BASE_URL+"/images/layout/button_more_on.gif";

function rollover(imgname, imgobject)  
{   
	if (document.images) 
	{
		imgname.src = imgobject.src;
	}
	return;
}
