function gototype(kindid,slobject)
{	if (slobject.options[slobject.selectedIndex].value != "0")
	{	window.location="../product/productlist.asp?_function=search&kindid=" + kindid + "&typeid=" + slobject.options[slobject.selectedIndex].value
	}
}