function get_flash(arquivo, largura, altura, bgcolor, id, qualidade, alinhamento,transparente,pgphp) {
	obj = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+largura+'" height="'+altura+'" id="'+id+'" align="'+alinhamento+'">';
	obj+= '<param name="allowScriptAccess" value="sameDomain" />';
	obj+= '<param name="movie" value="'+arquivo+'" />';
	obj+= '<param name="quality" value="'+qualidade+'" />';
	if(transparente == true) {
		obj+= '<param name="wmode" value="transparent" />';
	}
	obj+= '<param name="bgcolor" value="'+bgcolor+'" />';
	obj+= '<param name="FlashVars" value="pg='+pgphp+'" />';
	obj+= '<embed src="'+arquivo+'" '+((transparente==true)?'wmode="transparent"':'')+'" quality="'+qualidade+'" bgcolor="'+bgcolor+'" FlashVars="pg='+pgphp+'" width="'+largura+'" height="'+altura+'" name="'+id+'" align="'+alinhamento+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	obj+= '</object>';
	document.write(obj);
}

$(document).ready(function(){
$(".target_blank").click(function(){
window.open(this.href);
return false;
})});

function checaNews() {
	if ((document.frmNews.txt_newsNome.value == "") || (document.frmNews.txt_newsNome.value == "digite seu nome")){
		alert("Preencha o campo Nome!");
		return false;
	}
	if ((document.frmNews.txt_newsEmail.value == "") || (document.frmNews.txt_newsEmail.value == "digite seu e-mail") ){
		alert("Preencha o campo E-mail!");
		return false;
	}
	return true;
}

function checaAprova(id) {
	if(id == 1)
		window.document.frmMsg.submit();
	if(id == 2){
		if(confirm("Tem certeza que deseja finalizar seus comentários?")){
			window.document.frmMsg.fim.value = '1';
			window.document.frmMsg.submit();
		}else
			return false;
	}
}

function checaLogin() {
	if ((document.frmLogin.usuario.value == "") || (document.frmLogin.usuario.value == "Usuário")){
		alert("Preencha o campo Usuário!");
		return false;
	}
	if ((document.frmLogin.senha.value == "") || (document.frmLogin.senha.value == "Senha") ){
		alert("Preencha o campo Senha!");
		return false;
	}
	window.document.frmLogin.submit();
}

function checaFormEnquete(){
	
	
	if(window.document.formEnquete.respostaEnquete[0].checked == false && window.document.formEnquete.respostaEnquete[1].checked == false && window.document.formEnquete.respostaEnquete[2].checked == false &&
		window.document.formEnquete.respostaEnquete[3].checked == false && window.document.formEnquete.respostaEnquete[4].checked == false && window.document.formEnquete.respostaEnquete[5].checked == false ){
		alert("Selecione uma das resposta para votar na enquete!");
		return false
	}
	
	return true;
	

}
function habilita(id){
	
	if(id == "aperfeicoamento"){
		window.document.getElementById('aperfeicoamento').style.display = "";
		window.document.getElementById('1').className = "ativo";
	}else{
		window.document.getElementById('aperfeicoamento').style.display = "none";
		window.document.getElementById('1').className = "";
	}
	
	if(id == "iniciacao"){
		window.document.getElementById('iniciacao').style.display = "";
		window.document.getElementById('2').className = "ativo";
	}else{
		window.document.getElementById('iniciacao').style.display = "none";
		window.document.getElementById('2').className = "";
	}
	
	if(id == "pos_graduacao"){
		window.document.getElementById('pos_graduacao').style.display = "";
		window.document.getElementById('3').className = "ativo";
	}else{
		window.document.getElementById('pos_graduacao').style.display = "none";
		window.document.getElementById('3').className = "";
	}
	
	if(id == "tecnicos"){
		window.document.getElementById('tecnicos').style.display = "";
		window.document.getElementById('4').className = "ativo";
	}else{
		window.document.getElementById('tecnicos').style.display = "none";
		window.document.getElementById('4').className = "";
	}
	
	if(id == "gratuitos"){
		window.document.getElementById('gratuitos').style.display = "";
		window.document.getElementById('5').className = "ativo";
	}else{
		window.document.getElementById('gratuitos').style.display = "none";
		window.document.getElementById('5').className = "";
	}

}

function poupup(URL) {

  var width = 750;
  var height = 750;

  var left = 300;
  var top = 99;

  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=yes, resizable=no, fullscreen=no');

}


(function($) {
   $(function() {
      $('#tel').mask('(99) 9999-9999');
   });
})(jQuery);

$(function() {
	$('a.gallery').lightBox();	
});


