<!-- hide


if (document.images)   {


      z1on = new Image;
      z1on.src = "images/admin-law-on.gif";
		z1off = new Image;
		z1off.src = "images/admin-law.gif";


		z1txt = new Image;
		z1txt.src = "images/admin.gif";


		z3on = new Image;
		z3on.src = "images/civil-law-on.gif";
		z3off = new Image;
		z3off.src = "images/civil-law.gif";


		z3txt = new Image;
		z3txt.src = "images/celeb_over_alt.gif";


		z4on = new Image;
		z4on.src = "images/personal-law-on.gif";
		z4off = new Image;
		z4off.src = "images/personal-law.gif";


		z4txt = new Image;
		z4txt.src = "images/personal.gif";


		z5on = new Image;
		z5on.src = "images/business-law-on.gif";
		z5off = new Image;
		z5off.src = "images/business-law.gif";


		z5txt = new Image;

		z5txt.src = "images/business.gif";


		z6on = new Image;
		z6on.src = "images/civil-law-on.gif";
		z6off = new Image;
		z6off.src = "images/civil-law.gif";
		
		z6txt = new Image;
		z6txt.src = "images/civil.gif";
		
		z2on = new Image;
		z2on.src = "images/employment-law-on.gif";
		z2off = new Image;
		z2off.src = "images/employment-law.gif";


		z2txt = new Image;
		z2txt.src = "images/employment.gif";
		
		z7on = new Image;
		z7on.src = "images/gov-law-on.gif";
		z7off = new Image;
		z7off.src = "images/gov-law.gif";
		
		z7txt = new Image;
		z7txt.src = "images/auto-accident.gif";
		
		z8on = new Image;
		z8on.src = "images/free-eval-on.gif";
		z8off = new Image;
		z8off.src = "images/free-eval.gif";
		
		z8txt = new Image;
		z8txt.src = "images/free.gif";
		
		z0txt = new Image;
		z0txt.src = "images/civil-3.gif";


}


function img_act(imgName) {
	if (document.images) {
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
	imgTxt = eval(imgName + "txt.src");
	document ['textinfo'].src = imgTxt;
	}
}


function img_inact(imgName) {
	if (document.images) {
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
	imgTxt = z0txt.src;
	document ['textinfo'].src = imgTxt;


	}
}


//stop hiding -->