var directoria_imagens = 'img';
var arrImagens1 = new Array('topo06.jpg','topo08.jpg','topo10.jpg','topo12.jpg','topo14.jpg','topo_contactos.jpg','topo_home.jpg'); 
var arrImagens2 = new Array('topo_on06.jpg','topo_on08.jpg','topo_on10.jpg','topo_on12.jpg','topo_on14.jpg','topo_contactos_on.jpg','topo_home_on.jpg');

function MudarImagem(index){document['menu'+index].src = directoria_imagens + '/' + arrImagens2[index-1];}
function ReporImagem(index){document['menu'+index].src = directoria_imagens + '/' + arrImagens1[index-1];}

function Popup_Registo(ficheiro,x,y){
	if(x != null && y != null)
		window.open(ficheiro,"popup","toolbar=0,directories=0,status=0,resizable=0,location=0,scrollbars=1,copyhistory=0,width=" +  x + ",height=" + y);
	else
		window.open(ficheiro,"popup","toolbar=0,directories=0,status=0,resizable=0,location=0,scrollbars=1,copyhistory=0");
//	self.fullscreen.focus();
}