
function ShowColor()
{
  var xShowColorID=document.all("hSubMenuID").value;
  //alert(xShowColorID);
   //document.all(xShowColorID).style.backgroundColor="#F2F2F2";     
   document.all(xShowColorID).className='TDSubStoreListUnselected';
}
