function showLayer(layerName)
{
	document[layerName + 'Pic'].src = eval(layerName + 'on.src');
	eval(layerRef + layerName + endLayerRef + styleRef + ".visibility = 'visible'");
	eval(layerRef + layerName + 'Link' + endLayerRef + styleRef + ".color = '#3366cc'");
	// eval(layerRef + layerName + 'Link' + endLayerRef + styleRef + ".fontWeight = 'bold'");
	eval(layerRef + layerName + 'Cell' + endLayerRef + styleRef + ".borderBottom = '1px solid #ff0000'");
	eval(layerRef + layerName + 'Cell' + endLayerRef + styleRef + ".borderTop = '1px solid #ff0000'");


}
function hideLayer(layerName)
{
	document[layerName + 'Pic'].src = eval(layerName + 'off.src');
	eval(layerRef + layerName + 'Link' + endLayerRef + styleRef + ".color = '#000000'");
	eval(layerRef + layerName + 'Cell' + endLayerRef + styleRef + ".borderBottom = ''");
	eval(layerRef + layerName + 'Cell' + endLayerRef + styleRef + ".borderTop = ''");
	eval(layerRef + layerName + 'Link' + endLayerRef + styleRef + ".fontWeight = ''");	
	
}
function hideAll(){
	hideLayer('Nav01');
	hideLayer('Nav02');
	hideLayer('Nav03');
	hideLayer('Nav04');
	hideLayer('Nav05');
	hideLayer('Nav06');
	hideLayer('Nav07');
	
}
function ShowMe(layerName){
	hideAll();
	showLayer(layerName);
}



Nav06on= new Image(85,83);
Nav06on.src="/images/Level_On.jpg";
Nav06off= new Image(85,83);
Nav06off.src="/images/Level_Off.jpg";

Nav01on= new Image(85,83);
Nav01on.src="/images/Cm3_On.jpg";
Nav01off= new Image(85,83);
Nav01off.src="/images/Cm3_OFF.jpg";

Nav02on= new Image(85,83);
Nav02on.src="/images/Clearline_On.jpg";
Nav02off= new Image(85,83);
Nav02off.src="/images/Clearline_Off.jpg";

Nav03on= new Image(85,83);
Nav03on.src="/images/PlgCht_On.jpg";
Nav03off= new Image(85,83);
Nav03off.src="/images/PlgCht_Off.jpg";		

Nav04on= new Image(85,83);
Nav04on.src="/images/CCS4000_On.jpg";
Nav04off= new Image(85,83);
Nav04off.src="/images/CCS4000_Off.jpg";


Nav07on= new Image(85,83);
Nav07on.src="/images/Wireless_On.jpg";
Nav07off= new Image(85,83);
Nav07off.src="/images/Wireless_Off.jpg";


Nav05on= new Image(85,83);
Nav05on.src="/images/Level_Off.jpg";
Nav05off= new Image(85,83);
Nav05off.src="/images/Level_On.jpg";		
		
	