﻿function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}

function janelaSecundaria(URL){
   window.open(URL,"janela1","width=800,height=800,scrollbars=NO")
} 

function abrediv(div){
	var el = document.getElementById(div); 
	if ( el.style.display != 'none' ) { 
		$('#' + div).hide(1000); 
	}
	else { 
		$('#menuempresa').hide('slow');
		$('#menuatendimento').hide('slow');
		$('#menueconomizeenergia').hide('slow');
		$('#menuinformacoesgerais').hide('slow');
		$('#menulicitacoes').hide('slow');
		$('#menusaude').hide('slow');
		$('#menulinks').hide('slow');
		$('#menudenuncia').hide('slow');
		$('#' + div).show('slow');
	}
}

/*$(document).ready(function() {

  $('a[name=modal]').click(function(e) {
    e.preventDefault();

    var id = $(this).attr('href');

    var maskHeight = $(document).height();
    var maskWidth = $(window).width();

    $('#mask').css({ 'width': maskWidth, 'height': maskHeight });

    $('#mask').fadeIn(1000);
    $('#mask').fadeTo("slow", 0.8);

    //Get the window height and width
    var winH = $(window).height();
    var winW = $(window).width();

    $(id).css('top', winH / 2 - $(id).height() / 2);
    $(id).css('left', winW / 2 - $(id).width() / 2);

    $(id).fadeIn(2000);

  });

  $('.window .close').click(function(e) {
    e.preventDefault();

    $('#mask').hide();
    $('.window').hide();
  });

  $('#mask').click(function() {
    $(this).hide();
    $('.window').hide();
  });

});*/
