function go()
	/* productinfo, category, default */
	{
	box = document.forms[0].selectBrand;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
	}

function sortPage(param)
	/* category */
			{
			cbSortPage.Callback('1', param);
		  	}
		function callPager(param)
			{
			  cbSortPage.Callback('2',param);
			}
			