<!--

// Path to images directory
var gsPath    = "nav/";



if (document.images)
{

	habout_on = new Image();
        habout_on.src = "nav/habout_on.gif";
	habout_off = new Image();
	habout_off.src = "nav/habout_off.gif";
	habout_main = new Image();
        habout_main.src = "nav/habout_main.jpg";
        

	hattorneys_on = new Image();
        hattorneys_on.src = "nav/hattorneys_on.gif";
	hattorneys_off = new Image();
	hattorneys_off.src = "nav/hattorneys_off.gif";
	hattorneys_main = new Image();
        hattorneys_main.src = "nav/hattorneys_main.jpg";
        

	hpublications_on = new Image();
        hpublications_on.src = "nav/hpublications_on.gif";
	hpublications_off = new Image();
	hpublications_off.src = "nav/hpublications_off.gif";
	hpublications_main = new Image();
        hpublications_main.src = "nav/hpublications_main.jpg";        
        
	hsigcases_on = new Image();
        hsigcases_on.src = "nav/hsigcases_on.gif";
	hsigcases_off = new Image();
	hsigcases_off.src = "nav/hsigcases_off.gif";
	hsigcases_main = new Image();
        hsigcases_main.src = "nav/hsigcases_main.jpg";
        

	hindustrylinks_on = new Image();
        hindustrylinks_on.src = "nav/hindustrylinks_on.gif";
	hindustrylinks_off = new Image();
	hindustrylinks_off.src = "nav/hindustrylinks_off.gif";
	hindustrylinks_main = new Image();
        hindustrylinks_main.src = "nav/hindustrylinks_main.jpg";
        
	hcontact_on = new Image();
        hcontact_on.src = "nav/hcontact_on.gif";
	hcontact_off = new Image();
	hcontact_off.src = "nav/hcontact_off.gif";
	hcontact_main = new Image();
        hcontact_main.src = "nav/hcontact_main.jpg";        
      

 
        
  
        
}





function imgOff(sName) {
	if (document.images) {
		document[sName].src = gsPath + sName + "_off.gif";
		document.mainImage.src = "nav/home_main.jpg";

	}
}

function imgOn(sName) {
	if (document.images) {
		document[sName].src = gsPath + sName + "_on.gif";
		document.mainImage.src = gsPath + sName + "_main.jpg";

	}
}




//-->



