<script language="javascript">
<!--
function m_over_menu_left(obj,cor,border) {
   obj.style.backgroundColor = cor;
   obj.style.border = border;
}

function m_out_menu_left(obj,cor,border) {
   obj.style.backgroundColor = cor;
   obj.style.border = border;
}

function vaipara(url) {
   window.navigate(url);
}   

function showInstrucoes() {
	if (document.all["instrucoes"].style.display == "none")
		document.all["instrucoes"].style.display = "";
	else
		document.all["instrucoes"].style.display = "none";
}

function mostra(id) {
    if (document.all['sm'+id].style.display == "none") {
         document.all['sm'+id].style.display = "";
         document.all['img'+id].src = "catalogo/images/minus.gif";
    }
    else {
         document.all['sm'+id].style.display = "none";
         document.all['img'+id].src = "catalogo/images/plus.gif";
    }
}

function mostrar() {
  if (document.getElementById('abc').style.display == "none") {
       document.getElementById('abc').style.display = "";
  }
  else {
       document.getElementById('abc').style.display = "none";
  }
}
     
function go(page,vars,nr) {
  var npp = nr; /*<? echo $CFG->numrowsperpage; ?>*/
  var pageindex = page - 1;
  var offset = pageindex * npp;
  var nav = "index.php?" + vars + "offset=" + offset;
  parent.window.navigate(nav);
}
-->
</script>
