/*function troca(){
	document.getElementById('em_breve').style.visibility='visible';
}

function troca2(){
	document.getElementById('em_breve').style.visibility='hidden';
}

function troca3(){
	document.getElementById('em_breve2').style.visibility='visible';
}

function troca4(){
	document.getElementById('em_breve2').style.visibility='hidden';
}

function troca5(){
	document.getElementById('em_breve3').style.visibility='visible';
}

function troca6(){
	document.getElementById('em_breve3').style.visibility='hidden';
}*/

/*//JAVASCRIPT DO onMouseOver e onMouseOut

function fundo1(){
	document.getElementById('bg1').style.background='#b8b190';
	document.getElementById('bg1').style.color='#343229';
}

function back1(){
	document.getElementById('bg1').style.background='#343229';
	document.getElementById('bg1').style.color='#b8b190';
}

function fundo2(){
	document.getElementById('bg2').style.background='#b8b190';
	document.getElementById('bg2').style.color='#343229';
}

function back2(){
	document.getElementById('bg2').style.background='#343229';
	document.getElementById('bg2').style.color='#b8b190';
}

function fundo3(){
	document.getElementById('bg3').style.background='#b8b190';
	document.getElementById('bg3').style.color='#343229';
}

function back3(){
	document.getElementById('bg3').style.background='#343229';
	document.getElementById('bg3').style.color='#b8b190';
}

function fundo4(){
	document.getElementById('bg4').style.background='#b8b190';
	document.getElementById('bg4').style.color='#343229';
}

function back4(){
	document.getElementById('bg4').style.background='#343229';
	document.getElementById('bg4').style.color='#b8b190';
}

// JAVASCRIPT DO onClick

function foco1(){
	document.getElementById('bg1').style.background='#b8b190';
	document.getElementById('bg1').style.color='#343229';
	document.getElementById('bg2').style.background='#343229';
	document.getElementById('bg2').style.color='#b8b190';
	document.getElementById('bg3').style.background='#343229';
	document.getElementById('bg3').style.color='#b8b190';
	document.getElementById('bg4').style.background='#343229';
	document.getElementById('bg4').style.color='#b8b190';
}	

function foco2(){
	document.getElementById('bg2').style.background='#b8b190';
	document.getElementById('bg2').style.color='#343229';
	document.getElementById('bg1').style.background='#343229';
	document.getElementById('bg1').style.color='#b8b190';
	document.getElementById('bg3').style.background='#343229';
	document.getElementById('bg3').style.color='#b8b190';
	document.getElementById('bg4').style.background='#343229';
	document.getElementById('bg4').style.color='#b8b190';
}

function foco3(){
	document.getElementById('bg3').style.background='#b8b190';
	document.getElementById('bg3').style.color='#343229';
	document.getElementById('bg1').style.background='#343229';
	document.getElementById('bg1').style.color='#b8b190';
	document.getElementById('bg2').style.background='#343229';
	document.getElementById('bg2').style.color='#b8b190';
	document.getElementById('bg4').style.background='#343229';
	document.getElementById('bg4').style.color='#b8b190';
}

function foco4(){
	document.getElementById('bg4').style.background='#b8b190';
	document.getElementById('bg4').style.color='#343229';
	document.getElementById('bg2').style.background='#343229';
	document.getElementById('bg2').style.color='#b8b190';
	document.getElementById('bg3').style.background='#343229';
	document.getElementById('bg3').style.color='#b8b190';
	document.getElementById('bg1').style.background='#343229';
	document.getElementById('bg1').style.color='#b8b190';
}

function focus(){  
  document.getElementById("bg1").focus();  
}  */

function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//------------------------------------------------------------------------------------

function chamada(){	
	$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#rolagem_fauna').jjScrollPane();
	});
}
//------------------------------------------------------------------------------------
		
function chamada_flora(){
		
	$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#rolagem_flora').jjScrollPane();
	});
}
//------------------------------------------------------------------------------------
		
function chamada_personagens(){
		
	$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#rolagem_personagens').jjScrollPane();
	});
}
//------------------------------------------------------------------------------------

function recarrega(){
	setTimeout(chamada,700);
}
//------------------------------------------------------------------------------------
		
function recarrega_flora(){
	setTimeout(chamada_flora,700);
}
//------------------------------------------------------------------------------------
		
function recarrega_personagens(){
	setTimeout(chamada_personagens,700);
}
//------------------------------------------------------------------------------------


