if (document.images)
{
	var hresponsibilityon = new Image(246, 26); hresponsibilityon.src = "images/n-responsibility-on.gif";
	var hresponsibilityoff = new Image(246, 26); hresponsibilityoff.src = "images/n-responsibility-off.gif";	

	var hreporton = new Image(246, 26); hreporton.src = "images/n-report-on.gif";
	var hreportoff = new Image(246, 26); hreportoff.src = "images/n-report-off.gif";	
	
	  var hhighlighton = new Image(246, 26); hhighlighton.src = "images/n-highlight-on.gif";
	var hhighlightoff = new Image(246, 26); hhighlightoff.src = "images/n-highlight-off.gif";	
	
	  var hresourceon = new Image(246, 26); hresourceon.src = "images/n-resource-on.gif";
	var hresourceoff = new Image(246, 26); hresourceoff.src = "images/n-resource-off.gif";	
	
	var hworkon = new Image(246, 26); hworkon.src = "images/n-work-on.gif";
	var hworkoff = new Image(246, 26); hworkoff.src = "images/n-work-off.gif";	
	
	var hfiveyearon = new Image(246, 26); hfiveyearon.src = "images/n-five-year-on.gif";
	var hfiveyearoff = new Image(246, 26); hfiveyearoff.src = "images/n-five-year-off.gif";	
		
	var hfinanstmton = new Image(246, 26); hfinanstmton.src = "images/n-financial-on.gif";
	var hfinanstmtoff = new Image(246, 26); hfinanstmtoff.src = "images/n-financial-off.gif";	

}

function flipimage(imgname, newpict)
{
	imgname.src = newpict.src;
}
 
