function imagenampliada(infourl, infotexto, piefoto, autorfoto, css, css2)
{

this.infourl = infourl;
this.infotexto = infotexto;
this.piefoto = piefoto;
this.autorfoto = autorfoto;
this.css = css;
this.css2 = css2;
var win = window.open("", "win", "width=400,height=600");
var doc = win.document;
doc.open("text/html", "replace");
doc.write("<html><head><title>Imagen ampliada</title><link rel='stylesheet' href='/css/imagenampliada.css' type='text/css' /><link rel='stylesheet' href='" + css2 + "' type='text/css' /></head><body><img src='" + infourl + "' alt='" + infotexto + "' title='" + infotexto + "' /> <div class='piefoto'>" + piefoto + "</div><div class='autorfoto'>" + autorfoto + "</div></body></html>");
doc.close();
}
function imagenampliada_oficial(infourl,idnodo, infotexto, piefoto, autorfoto, css, css2)
{
this.infourl = infourl;
this.infotexto = infotexto;
this.piefoto = piefoto;
this.autorfoto = autorfoto;
this.css = css;
this.css2 = css2;

var win = window.open("", "win", "width=800,height=650, scrollbars=yes");
var doc = win.document;
doc.open("text/html", "replace");

if ( (idnodo == '42794')||(idnodo == '42795')||(idnodo == '42791')||(idnodo == '42792')||(idnodo == '42937')||(idnodo == '42939')){
					   
					   doc.write("<html><head><title>Imagen ampliada</title><link rel='stylesheet' href='/css/imagenampliada.css' type='text/css' /><link rel='stylesheet' href='" + css2 + "' type='text/css' /></head><body style='background-color:white;'><div align='center'><img src='" + infourl + "' alt='" + infotexto + "' title='" + infotexto + "'  style='border-style: inset; border-spacing: 2px; border-width: thin; border-color: #D1D1D1;'  /> <div class='piefoto' style='text-align:center; font-size: 14px; font-style: bold;'>" + piefoto + "</div><div style='font-family: Arial, Helvetica, sans-serif; color:#BEA761; text-align:center; margin-bottom:15px; font-size: 12px;'>" + autorfoto + "</div><div style='font-family: Arial, Helvetica, sans-serif; color:#000000; text-align:center; margin-bottom:15px; font-size: 11px;'>Este material gráfico y los derechos de autor sobre el mismo están protegidos por la legislación sobre Propiedad Intelectual,Su reproducción sólo puede ser libremente efectuada para uso personal y privado. Para otros usos, es necesario solicitar autorización a la Casa de Su Majestad el Rey. <div>Para más información: <a href='http://www.patrimonionacional.es' target='_blank'>http://www.patrimonionacional.es</a></div> </div><div style='font-family: Arial, Helvetica, sans-serif; color:#000000; text-align:center; margin-bottom:15px; font-size: 11px;'>This graphic material and its copyright is protected by Intellectual Property laws.It can be freely reproduced for personal and private use. For other uses, it is necessary to request authorization from H.M. the King’s Household.<div>For more information: <a href='http://www.patrimonionacional.es' target='_blank'>http://www.patrimonionacional.es</a></div> </div></div></body></html>");

   				    }
		   	    else{
				     doc.write("<html><head><title>Imagen ampliada</title><link rel='stylesheet' href='/css/imagenampliada.css' type='text/css' /><link rel='stylesheet' href='" + css2 + "' type='text/css' /></head><body style='background-color:white;'><div align='center'><img src='" + infourl + "' alt='" + infotexto + "' title='" + infotexto + "'  style='border-style: inset; border-spacing: 2px; border-width: thin; border-color: #D1D1D1;'  /> <div class='piefoto' style='text-align:center; font-size: 14px; font-style: bold;'>" + piefoto + "</div><div style='font-family: Arial, Helvetica, sans-serif; color:#BEA761; text-align:center; margin-bottom:15px; font-size: 12px;'>" + autorfoto + "</div><div style='font-family: Arial, Helvetica, sans-serif; color:#000000; text-align:center; margin-bottom:15px; font-size: 11px;'>Este material gráfico y los derechos de autor sobre el mismo están protegidos por la legislación sobre Propiedad Intelectual. Su reproducción sólo puede ser libremente efectuada para uso personal y privado. Para otros usos, es necesario solicitar autorización a la Casa de Su Majestad el Rey.</div><div style='font-family: Arial, Helvetica, sans-serif; color:#000000; text-align:center; margin-bottom:15px; font-size: 11px;'>This graphic material and its copyright is protected by Intellectual Property laws.  It can be freely reproduced for personal and private use. For other uses, it is necessary to request authorization from H.M. the King’s Household </div></div></body></html>");

				}



doc.close();
}