// JavaScript Document

function MudaConteudo (ancora){
	//document.getElementById(pagina).innerHTML = conteudo;	
	window.location = "#" + ancora;
	}
	
function loadConteudo(hash){
	//alert(hash);
	switch(hash)
{
	case "#apresentacao":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=1600 width=1012 src=acta/apresentacao.htm></iframe>";
  break;
  
  case "#cenaspassadas":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=1400 width=1012 src=acta/cenas/cenas_67.htm></iframe>";
  break;
  
  case "#contactos":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=550 width=1012 src=acta/contactos.htm></iframe>";
  break;
  
  case "#emcena":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=1500 width=1012 src=acta/cenas/emcena1.htm></iframe>";
  break;
  
  case "#estatistica":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=900 width=1012 src=acta/estatistica.htm></iframe>";
  break;
 
  case "#distincoes":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=250 width=1012 src=acta/distincoes.htm></iframe>";
  break;
  
  case "#guestbook":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=460 width=1012 src=acta/guestbook.htm></iframe>";
  break;
  
  case "#elenco":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=1800 width=1012 src=acta/luisvicente.htm></iframe>";
  break;
  
  case "#mapadosite":
	//alert(hash);
  document.getElementById('meuspot').innerHTML = "<iframe scrolling=no frameborder=0 height=220 width=1012 src=mapadosite.htm></iframe>";
  break;

default:
//alert("Geraldina");
  
    }
	checkHash();

	}
	
	
	
	
	
	
	
	
	
