// JavaScript Document

function chamalista(selObj){ 
  eval("location='produtos.php?tipo=" + selObj.options[selObj.selectedIndex].value+"'")
}