function foto(url)
{
	window.open("../popup.htm?" + url, "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=50,height=50");
}
function foto2(id)
{
	window.open("../campanhas/malwee/" + id + "/item1.php", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=50,height=50");
}
function conheca(url)
{
	var center=(screen.width-524)/2;
	window.open("conheca.php?i=" + url, "", "resizable=no,toolbar=no,left="+center+",top=50,status=no,menubar=no,maximize=no,scrollbars=yes,width=524,height=480");
}
function player(url)
{
	var left=(screen.width-292)/2;
	var top=(screen.height-175)/2;
	window.open("player.php?p=" + url, "", "resizable=no,toolbar=no,left="+left+",top="+top+",status=no,menubar=no,maximize=no,scrollbars=yes,width=292,height=175");
}
function hotsite(site) {
	var w = 770;
	var h = 650;
	var lado = (screen.width - w) / 2;
	var topo = (screen.height - h) / 2;
	window.open('../hot_sites/' + site + '/index.html','nome','height='+h+',width='+w+',top='+topo+',left='+lado+'');
}

function maes() {
var w = 720;
var h = 609;
var lado = (screen.width - w) / 2;
var topo = (screen.height - h) / 2;
window.open('../diadasmaes/index.html','','height='+h+',width='+w+',top='+topo+',left='+lado+'');
}

function museu()
{
	window.open("../museu/index.php", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=770,height=650");
}
function centenario()
{
	window.open("../centenario/index.html", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=770,height=650");
}
function ecologia()
{
	window.open("../ecologia/", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=780,height=525");
}
function parque()
{
	window.open("../parque/index.php", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=770,height=650");
}
function criancada()
{
	window.open("../criancada/", "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=780,height=525");
}
function Curriculum()
{
	var center=(screen.width-760)/2
	curriculo=window.open("http://www.malwee.com.br/curriculo/rsplogin_malwee.htm","Curriculum","left="+center+",top=0,width=678,height=550,scrollbars=yes,alwaysRaised")
}
function validarContato()
{
	var formulario = document.form_contato;

	if (formulario.sl_setor.value == '' || formulario.tf_nome.value == '' || formulario.tf_email.value == '' | formulario.tf_cidade.value == '' | formulario.tf_Uf.value == '' | formulario.tf_bairro.value == '' | formulario.tf_assunto.value == '' | formulario.tf_mensagem.value == '')
	{
		alert("Todos os campos são de preenchimento obrigatórios.");
		return false;
	}
	return true;
}
function limparContato()
{
	var formulario = document.form_contato;
	
	formulario.nome.value = '';
	formulario.email.value = '';
	formulario.cidade.value = '';
	formulario.uf.value = '';
	formulario.bairro.value = '';
	formulario.assunto.value = '';
	formulario.mensagem.value = '';
}
function AbrePagina(Foto, tamx, tamy)
{
	window.open(Foto,"","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=" + tamx + ",height=" + tamy)
}
function parqueImg(foto)
{
	window.open("../parque/popup.htm?" + foto, "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=50,height=50");
}
