<!--
	
if (document.images) {
	but1on = new Image();
	but1on.src = contextPath+"/html/assets/images/home4.gif";
	but2on = new Image();
	but2on.src = contextPath+"/html/assets/images/billview4.gif";
	but3on = new Image();
	but3on.src = contextPath+"/html/assets/images/expertise4.gif";
	but4on = new Image();
	but4on.src = contextPath+"/html/assets/images/aboutus4.gif";
	but5on = new Image();
	but5on.src = contextPath+"/html/assets/images/contact4.gif";
	but6on = new Image();
	but6on.src = contextPath+"/html/assets/images/expertise3.png";
	but7on = new Image();
	but7on.src = contextPath+"/html/assets/images/contact3.png";
	but8on = new Image();
	but8on.src = contextPath+"/html/assets/images/billview3.png";
	but9on = new Image();
	but9on.src = contextPath+"/html/assets/images/demo3.png";
	radiobuttonon = new Image();
	radiobuttonon.src = contextPath+"/html/assets/images/expertise1.gif";
	
	but1off = new Image();
	but1off.src = contextPath+"/html/assets/images/home4.gif";
	but2off = new Image();
	but2off.src = contextPath+"/html/assets/images/billview4.gif";
	but3off = new Image();
	but3off.src = contextPath+"/html/assets/images/expertise4.gif";
	but4off = new Image();
	but4off.src = contextPath+"/html/assets/images/aboutus4.gif";
	but5off = new Image();
	but5off.src = contextPath+"/html/assets/images/contact4.gif";
	but6off = new Image();
	but6off.src = contextPath+"/html/assets/images/expertise1.png";
	but7off = new Image();
	but7off.src = contextPath+"/html/assets/images/contact1.png";
	but8off = new Image();
	but8off.src = contextPath+"/html/assets/images/billview1.png";
	but9off = new Image();
	but9off.src = contextPath+"/html/assets/images/demo1.png";
	radiobuttonoff = new Image();
	radiobuttonoff.src = "<%=request.getContextPath()%>/html/assets/images/radio_but.jpg";

	}
	
// -->
