
function redirectCategory(theForm)
{
	category = theForm.category.options[theForm.category.selectedIndex].value;
	if (category != "")
		window.location.href= "http://www.genesbazaar.com/category.asp?id="+category;
}
