function EnableCategory(PathURL,CategoryIndexes,CategorySet)
{
   window.location.href=PathURL+'?CategoryIndexes='+CategoryIndexes+'&CategorySet='+CategorySet;
}