<!-- 
if(document.images){
b1off=new Image(); b1off.src="images/nav_firststeps_01.gif";
b1on=new Image(); b1on.src="images/nav_firststeps_02.gif";

b2off=new Image(); b2off.src="images/nav_ail_01.gif";
b2on=new Image(); b2on.src="images/nav_ail_02.gif";

b3off=new Image(); b3off.src="images/nav_injuriesa2z_01.gif";
b3on=new Image(); b3on.src="images/nav_injuriesa2z_02.gif";

b4off=new Image(); b4off.src="images/nav_stagesofcase_01.gif";
b4on=new Image(); b4on.src="images/nav_stagesofcase_02.gif";

b5off=new Image(); b5off.src="images/nav_contactus_01.gif";
b5on=new Image(); b5on.src="images/nav_contactus_02.gif";

b6off=new Image(); b6off.src="images/icon_gethelpnow.gif";
b6on=new Image(); b6on.src="images/icon_gethelpnow_omo.gif";

b7off=new Image(); b7off.src="images/icon_whatzmycaseworth.gif";
b7on=new Image(); b7on.src="images/icon_whatzmycaseworth_omo.gif";

}

function act(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "on.src");
	}
}
function inact(bn){
	if(document.images){
		loc = "b" + bn;
		document[loc].src = eval(loc + "off.src");
	}
}
 //-->