function showResposta(respostaId) {
    if($("#sinal-"+respostaId).html() == "[ + ]") {
        $("#sinal-"+respostaId).html("[ - ]");
        $("#resposta-" + respostaId).slideDown('slow',function() {
            baixoPosicao();
        });
    } else {
        $("#sinal-"+respostaId).html("[ + ]");
        $("#resposta-" + respostaId).slideUp('slow',function() {
            baixoPosicao();
        });
    }
}

function baixoPosicao() {
    $("top" , $(document).height() - 20);
}


function validar(){
	
	var frm = document.form
	var numeros = "1234567890"
	var letras = "acdefghijklmnopqrstuvwxyzçáãàóõòôíì"
	
	if(frm.nome.value.length == 0)
	{
		alert("Por favor preencha o seu NOME")
		frm.nome.focus()
		return false;
	}
	
	if(frm.email.value.length == 0)
	{
		alert("Por favor preencha o seu EMAIL")
		frm.email.focus()
		return false;
	}

	if (frm.email.value.indexOf("@") == -1 || frm.email.value.indexOf(".") == -1 || frm.email.value.indexOf(" ") != -1 || frm.email.value.indexOf("@") == 0 || frm.email.value.substring(frm.email.value.indexOf("@")+1, frm.email.value.length).indexOf("@") != -1 || frm.email.value.substring(frm.email.value.indexOf("@")+1, frm.email.value.length).indexOf(".") == -1 || frm.email.value.substring(frm.email.value.indexOf("@")+1, frm.email.value.indexOf("@")+2) == "." || frm.email.value.indexOf(".")+1 == frm.email.value.length)
	{
		alert("Por favor preencha o seu EMAIL corretamente!");
		frm.email.focus();
		return false;
	}
	
	if(frm.cidade.value.length == 0)
	{
		alert("Por favor preencha a sua CIDADE")
		frm.cidade.focus()
		return false;
	}

	if(frm.mensagem.value.length == 0)
	{
		alert("Por favor deixe a sua MENSAGEM")
		frm.mensagem.focus()
		return false;
	}
	
	return true
}

function validar(){
	
	var frms = document.torcida
	
	if(frms.nome.value.length == 0)
	{
		alert("Por favor preencha o seu NOME")
		frms.nome.focus()
		return false;
	}
	
	if(frms.mensagem.value.length == 0)
	{
		alert("Por favor deixe a sua MENSAGEM")
		frms.mensagem.focus()
		return false;
	}
	
	return true
}

function ampliar(url){
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('ampliar.asp?'+url, 'zoom', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+'');
}

function mapa(){
	w = 668
	h = 400
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('mapa.html', 'mapa', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+',scrollbars=no,menubar=no');
}

function resultado(x){
	w = 180
	h = 220
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('enquete_resultado.asp?x='+ x, 'enquete', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+'');
}

// ******************************************************************

function clinica_bahia_2009()
{
	w = 617
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('TrainingCamp/bahia/2009.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+', resizable=yes, scrollbars=yes');
}

function clinica_minas_2008()
{
	w = 617
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('TrainingCamp/minas/2008.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+', resizable=yes, scrollbars=yes');
}

function clinica_pinda_2008()
{
	w = 617
	h = 450
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('TrainingCamp/pinda/2008.asp', 'clinica', 'width='+w+',height='+h+',top='+centerX+',left='+centerY+',scrollbars=yes');
}