<!-- 

function NavigateProductCategory(id)
	{
	if(id != 0)
		{
		location.href='/products/view_category.asp?category=' +id;
		}
	}

//-->
