// JavaScript Document
function chamalista(selObj){ 
	eval("location='produtos.php?categoria=" + selObj.options[selObj.selectedIndex].value+"'");
}
