/* ***********************************************************************
              FOTOGRAFOS EN LA RED . COM - Capicor © 2007
   ***********************************************************************
   Para más información póngase en contacto con info@fotografosenlared.com
   ***********************************************************************
                  Entorno patrocinado por Colormatic
   ******************************************************************** */

function lanzarCreditos() {
	window.open("/creditos/","creditos","width=300,height=450,toolbar=0,resizable=0,scrollbars=0,location=0,directories=0,status=0,menubar=0");
}
function lanzarNotaLegal() {
	window.open("/nota-legal/","notaLegal","width=400,height=600,toolbar=0,resizable=0,scrollbars=auto,location=0,directories=0,status=0,menubar=0");
}
function lanzarGaleria(galeria) {
	ancho=screen.width;
	alto=screen.height;
	if(ancho<800) ancho=800;
	if(alto<600) alto=600;
	window.open("/galeria/"+galeria+"/","galeria","width="+ancho+",height="+alto+",toolbar=0,resizable=0,scrollbars=0,location=0,directories=0,status=0,menubar=0");
}
