function doShowCat(catId)
{
    if (showCatUrl != '')
    {
        document.location.href = showCatUrl + "?cat_id=" + catId;
    }
}