
function trocaIframe(menu) {
  
  if (menu !='') {
    document.frm.menu.value = menu;
    document.frm.submit();
  }
  
}
