<!--
	if(document.images){
		b1off=new Image();b1off.src="images/home_btn.gif";
		b1on=new Image();b1on.src="images/home_btn_o.gif";	
		
		b2off=new Image();b2off.src="images/about_SWI_btn.gif";
		b2on=new Image();b2on.src="images/about_swi_btn_o.gif";		
		
		b3off=new Image();b3off.src="images/wildlife_ambassadors_btn.gif";
		b3on=new Image();b3on.src="images/wildlife_ambassadors_btn_o.gif";	
			
		b4off=new Image();b4off.src="images/school_programs_btn.gif";
		b4on=new Image();b4on.src="images/school_programs_btn_o.gif";	
			
		b5off=new Image();b5off.src="images/private_parties_btn.gif";
		b5on=new Image();b5on.src="images/private_parties_btn_o.gif";	
			
		b6off=new Image();b6off.src="images/what_you_can_do_btn.gif";
		b6on=new Image();b6on.src="images/what_you_can_do_btn_o.gif";				
		
		b7off=new Image();b7off.src="images/donate_btn.gif";
		b7on=new Image();b7on.src="images/donate_btn_o.gif";
		
		b8off=new Image();b8off.src="images/contribution_done_btn_0.gif";
		b8on=new Image();b8on.src="images/contribution_done_btn_1.gif";
			
		b9off=new Image();b9off.src="images/contribution_done_btn_0.gif";
		b9on=new Image();b9on.src="images/contribution_done_btn_1.gif";
			
	}
	function enable(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "on.src");
	}
}
function disable(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "off.src");
	}
}
	
//-->
