<!--

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(){
	url = 'https://' + document.location.hostname + '/servidor/login.jsp';
	window.open(url, 'login', 'location=0,toolbar=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,screenX=0,screenY=0,left=0,top=0,width=800,height=500')
	}
	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 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 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  = 775;
	var height = 480;
	var jan = window.open('https://mail.secad.to.gov.br/direto/jsp/login.jsp', 'wndDiretoV3', 'width=' + width + ', height=' + height + ', toolbar=no, copyhistory=yes, location=no, status=yes, menubar=yes, scrollbars=no, resizable=no, top=0, left=0');

}

// Fim -->