
function ShowColor()
{

	if (document.all("hSubMenuID")){
		var xShowColorID=document.all("hSubMenuID").value;
		if (document.all(xShowColorID)){
			document.all(xShowColorID).className='TDSubStoreListUnselected';
		}
  }  
}


