function PopFotos(tipo){
	var nw = window.open('fotos/index.php?tipo='+tipo+'','GOLDFOTOS','width=360,height=410,top=20,left=20');
	nw.focus();
}