<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function trocarItem(){
	document.getElementById('egov2').style.display = 'block';
	document.getElementById('egov1').style.display = 'none';	
}

function bgcoloramarelo1(secadamarelo1) { 
	secadamarelo1.style.backgroundColor = '#CCCCCC'; 
	return true; 
	}

function bgcoloramarelo2(secadamarelo2) { 
	secadamarelo2.style.backgroundColor = '#FFFDF0'; 
	return true; 
	}
function bgcolorazul1(secadazul1) { 
	secadazul1.style.backgroundColor = '#CCCCCC'; 
	return true; 
	}
function bgcolorazul2(secadazul2) { 
	secadazul2.style.backgroundColor = '#F4F4FF'; 
	return true; 
	}  

	function servidor(){
		var PopLeft=screen.width/2-(800/2);
	    var PopTop=screen.height/2-(500/2);
		//url = 'https://' + document.location.hostname + '/servidor/index.jsp';
		url = '/servidor/index.jsp';
		window.open(url, 'login', 'location=0,toolbar=1,directories=1,status=1,menubar=0,scrollbars=1,resizable=1,screenX=0,screenY=0,top='+PopTop+',left='+PopLeft+',width='+screen.width+',height='+screen.height+'')
	}
	function Janela(){
			window.open("/principal/msg_valorizado.html","Postagem","toolbar=no,copyhistory=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no, width=300, height=300, top=60, left=150");
}

function AbrirPop(url_pop,PopWidth,PopHeight){
	 var PopLeft=screen.width/2-(PopWidth/2);
     var PopTop=screen.height/2-(PopHeight/2);
     AbrirPopC=window.open(url_pop,'AbrirPopC','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	 AbrirPopC.focus();
 }
 
 
function popupAmpliar(nome,url_pop,PopWidth,PopHeight){
	 var PopLeft=screen.width/2-(PopWidth/2);
     var PopTop=screen.height/2-(PopHeight/2);
     AbrirPopC=window.open(url_pop,nome,'toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	 AbrirPopC.focus();
 }

function fullscreen(jan) {
			resultado=window.open('http://10.121.0.9/intranet/index1.jsp',jan,"fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,,copyhistory=no");
}

function fullscreenSivel(jan) {
	resultado=window.open('/sivel/index.jsp',jan,"fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,,copyhistory=no");
}


function fullscreenWebcurso(jan) {
	resultado=window.open('http://localhost/webcurso',jan,"fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no");
}

function fechaBanner(){
document.getElementById("banner").style.visibility="hidden";
}

function Natal(){
	window.open("/principal/mensNatal.html","Natal","resizable=no, toolbar=no, status=yes, menubar=no, scrollbar=no, width=590, height=440, top=60, left=150");
}

function cgeral(){
if (document.form1.qgeral.value == 0) {
alert("Por favor, escolha uma das opes !!!");
document.form1.qgeral.focus();
return false;
}
else{
var URL = document.form1.qgeral.options[document.form1.qgeral.selectedIndex].value;
document.form1.qgeral.value = 0;
window.location.href = URL;
}
}

function cseduc(){
if (document.form1.seduc.value == 0) {
alert("Por favor, escolha uma das opes !!!");
document.form1.seduc.focus();
return false;
}
else{
var URL = document.form1.seduc.options[document.form1.seduc.selectedIndex].value;
document.form1.seduc.value = 0;
window.location.href = URL;
}
}

function cssp(){
if (document.form1.ssp.value == 0) {
alert("Por favor, escolha uma das opes !!!");
document.form1.ssp.focus();
return false;
}
else{
var URL = document.form1.ssp.options[document.form1.ssp.selectedIndex].value;
document.form1.ssp.value = 0;
window.location.href = URL;
}
}

function MeuMenu1(){
if (document.form1.ssp.value == 0) {
alert("Por favor, escolha uma das opes !!!");
document.form1.ssp.focus();
return false;
}
else{
if (document.form1.ssp.value == 1){
		window.open("../concursos/aviso.jsp","Postagem","resizable=yes, toolbar=no, status=yes, menubar=no, scrollbar=yes, width=350, height=300, top=40, left=100");
	}
else{
var URL = document.form1.ssp.options[document.form1.ssp.selectedIndex].value;
document.form1.ssp.value = 0;
window.location.href = URL;
	}
	}
}
function janela(){
	window.open("mulher.html","bvindas","resizable=no, toolbar=no, status=no, menubar=no, scrollbar=no, width=300, height=228, top=40, left=100");
}

function startDireto()
{
	document.body.scroll = "yes";
	var width  = 785;
	var height = 550;	
	var jan = window.open('http://mail.secad.to.gov.br/guarani/jsp/login.jsp', 'wndDiretoV3', 'width=' + width + ', height=' + height + ', toolbar=no, copyhistory=yes, location=no, status=yes, menubar=yes, scrollbars=no, resizable=yes, top=0, left=0');
}

function AbrirPopDireto(url_pop,PopWidth,PopHeight){
	 var PopLeft=screen.width/2-(PopWidth/2);
     var PopTop=screen.height/2-(PopHeight/2);
     AbrirPopC=window.open(url_pop,'AbrirPopC','toolbar=no,status=yes,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
	 AbrirPopC.focus();
 }





// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this header

isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
isHot=false;

function ddInit(e){
  topDog=isIE ? "BODY" : "HTML";
  whichDog=isIE ? document.all.theLayer : document.getElementById("theLayer");  
  hotDog=isIE ? event.srcElement : e.target;  
  while (hotDog.id!="titleBar"&&hotDog.tagName!=topDog){
    hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;
  }  
  if (hotDog.id=="titleBar"){
    offsetx=isIE ? event.clientX : e.clientX;
    offsety=isIE ? event.clientY : e.clientY;
    nowX=parseInt(whichDog.style.left);
    nowY=parseInt(whichDog.style.top);
    ddEnabled=true;
    document.onmousemove=dd;
  }
}

function dd(e){
  if (!ddEnabled) return;
  whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; 
  whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;
  return false;  
}

function ddN4(whatDog){
  if (!isN4) return;
  N4=eval(whatDog);
  N4.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);
  N4.onmousedown=function(e){
    N4.captureEvents(Event.MOUSEMOVE);
    N4x=e.x;
    N4y=e.y;
  }
  N4.onmousemove=function(e){
    if (isHot){
      N4.moveBy(e.x-N4x,e.y-N4y);
      return false;
    }
  }
  N4.onmouseup=function(){
    N4.releaseEvents(Event.MOUSEMOVE);
  }
}

function hideMe(){
  if (isIE||isNN) whichDog.style.visibility="hidden";
  else if (isN4) document.theLayer.visibility="hide";
}

function showMe(){
  if (isIE||isNN) whichDog.style.visibility="visible";
  else if (isN4) document.theLayer.visibility="show";
}

document.onmousedown=ddInit;
document.onmouseup=Function("ddEnabled=false");
// Fim do Layer-->

function fecharPopup()
{
	setTimeout('top.close()', 5000)
}

//Detectar a resolução do browser
var resolucao='';
resolucao=screen.width;
function Tresolucao()
{
	return resolucao=screen.width;
}

function abrir(){
	window.open("../principal/natal_2005/mensagem_13.htm","Postagem","resizable=no, toolbar=no, status=no, menubar=no, scrollbar=yes, width=430, height=500, top=200, left=300");
}
function notDisplayLayer(){
	document.getElementById('layerFlutuante').style.display='none';
}
// Fim -->