function Ver(imagen, modo)
{
	if (modo=='h')
	{	window.open('imagen.php?modo='+modo+'&img='+imagen,'_new','top=100,left=150,width=508,height=403');
	}else{
		window.open('imagen.php?modo='+modo+'&img='+imagen,'_new','top=100,left=300,width=308,height=428');
	}
}
function AbreP(pan)
{
	window.open('panoramica'+pan+'.html','_new','top=200,left=150,width=462,height=284');
	
}