﻿function btn_on1(){
	document.getElementById('btn_1').className='on';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}

function btn_on2(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='on';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}

function btn_on3(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='on';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}

function btn_on4(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='on';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}

function btn_on5(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='on';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}
	
	function btn_on6(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='on';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='off';}

function btn_on7(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='on';
	document.getElementById('btn_8').className='off';}

function btn_on8(){
	document.getElementById('btn_1').className='off';
	document.getElementById('btn_2').className='off';
	document.getElementById('btn_3').className='off';
	document.getElementById('btn_4').className='off';
	document.getElementById('btn_5').className='off';
	document.getElementById('btn_6').className='off';
	document.getElementById('btn_7').className='off';
	document.getElementById('btn_8').className='on';}



      $(document).ready(function() {
      $('.backtotop').click(function(){
      $('html, body').animate({scrollTop:0}, 'slow');
   });
});

$(document).ready(function(){
$(".scroll").click(function(event){
event.preventDefault();
var full_url = this.href;
var parts = full_url.split("#");
var trgt = parts[1];
var target_offset = $("#"+trgt).offset();
var target_top = target_offset.top;
$('html, body').animate({scrollTop:target_top}, 'slow');
});
}); 


$(document).ready(function() {	

	$('a[name=modal]').click(function(e) {
		e.preventDefault();
		
		var id = $(this).attr('href');
	
		var maskHeight = $(document).height();
		var maskWidth = $(window).width();
	
		$('#mask').css({'width':maskWidth,'height':maskHeight});

		$('#mask').fadeIn(1000);	
		$('#mask').fadeTo("slow",0.8);	
	
		//Get the window height and width
		var winH = $(window).height();
		var winW = $(window).width();
              
		$(id).css('top',  winH/2-$(id).height()/2);
		$(id).css('left', winW/2-$(id).width()/2);
	
		$(id).fadeIn(2000); 
	
	});
	
	$('.window .close').click(function (e) {
		e.preventDefault();
		
		$('#mask').hide();
		$('.window').hide();
	});		
	
	$('#mask').click(function () {
		$(this).hide();
		$('.window').hide();
	});			
	
});

function perg_on1(){
	document.getElementById('perg1').className='pergunta aberta';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ativa';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	
	function perg_on2(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta aberta';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ativa';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on3(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta aberta';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ativa';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on4(){
	document.getElementById('perg1').className='pergunta';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta aberta';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ativa';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on5(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta aberta';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ativa';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on6(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta aberta';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ativa';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on7(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta aberta';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ativa';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on8(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta aberta';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ativa';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on9(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta aberta';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ativa';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on10(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta aberta';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ativa';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ';}
	function perg_on11(){
	document.getElementById('perg1').className='pergunta ';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta aberta';
	document.getElementById('perg12').className='pergunta ';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ativa';
	document.getElementById('resp12').className='resposta ';}
	function perg_on12(){
	document.getElementById('perg1').className='pergunta';
	document.getElementById('perg2').className='pergunta ';
	document.getElementById('perg3').className='pergunta ';
	document.getElementById('perg4').className='pergunta ';
	document.getElementById('perg5').className='pergunta ';
	document.getElementById('perg6').className='pergunta ';
	document.getElementById('perg7').className='pergunta ';
	document.getElementById('perg8').className='pergunta ';
	document.getElementById('perg9').className='pergunta ';
	document.getElementById('perg10').className='pergunta ';
	document.getElementById('perg11').className='pergunta ';
	document.getElementById('perg12').className='pergunta aberta';
	document.getElementById('resp1').className='resposta ';
	document.getElementById('resp2').className='resposta ';
	document.getElementById('resp3').className='resposta ';
	document.getElementById('resp4').className='resposta ';
	document.getElementById('resp5').className='resposta ';
	document.getElementById('resp6').className='resposta ';
	document.getElementById('resp7').className='resposta ';
	document.getElementById('resp8').className='resposta ';
	document.getElementById('resp9').className='resposta ';
	document.getElementById('resp10').className='resposta ';
	document.getElementById('resp11').className='resposta ';
	document.getElementById('resp12').className='resposta ativa';}
	

