function pop(ende){ window.open (ende,'pops','status=no,scrollbars=yes,resizable=no,width=350,height=270');}
function GalFotos(ende){ window.open (ende,'GaleriaFotos','width=475,height=425');}
function fotos(ende){ window.open (ende,'','width=200,height=150');}

//-----------------------------------------------------------------

function redim(){
	if (top.screen) {
		obj=document.foto;
		foto_width =obj.width;
		foto_height =obj.height;
		top.resizeTo(foto_width + 10, foto_height + 30); 
	}

	if (parseInt(navigator.appVersion) >= 4) window.moveTo((screen.width/2)-(foto_width/2+10),(screen.height/2)-(foto_height/2+20));	
	document.body.background = '';
}



//-----------------------------------------------------------------
function mostrar(LayerID)
  {
	  if (document.all)
	  {
		  if (document.getElementById(LayerID).style.display == '')
		  {
			  document.getElementById(LayerID).style.display = 'none';
			}
		  else
		  {
			  document.getElementById(LayerID).style.display = '';
			}
		}
		
	}
	
	
	
	
	
