/*<!--
	win=window.open('','','width='+ample+',height='+alt+',top=125,left=150,scrollbars=no,resizable=0,toolbar=0');
	win.document.write ('  <img src="' + url_imagen + '" height='+alt+' width='+ample+'>\n');
	win.document.write (' <p>altura = '+img.height+'</p>\n');
	win.document.write (' <p>anchura = '+img.width+'</p>\n');
-->

*/

function mostrarmap(url){
	win=window.open(url,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=624,height=370,top=100,left=80');
}
function mostrarimagen(url_imagen,titulo){
	win=window.open('','','width=500,height=300,top=125,left=150,scrollbars=no,resizable=0,toolbar=0');
	win.document.write ('<html>\n');
	win.document.write (' <head>\n');
	win.document.write ('  <title>'+titulo+'</title>\n');
	win.document.write (' </head>\n');
	win.document.write (' <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	win.document.write ('  <img src="' + url_imagen + '" height=300 width=500>\n');
	win.document.write (' </body>\n');
	win.document.write ('</html>\n');	
	win.document.close ();	
}

function mostrarimagen2(url_imagen,titulo){
	win=window.open('','','width=500,height=300,top=125,left=150,scrollbars=no,resizable=0,toolbar=0');
	win.document.write ('<html>\n');
	win.document.write (' <head>\n');
	win.document.write ('  <title>'+titulo+'</title>\n');
	win.document.write (' </head>\n');
	win.document.write (' <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	win.document.write ('  <img src="' + url_imagen + '" height=300 width=500>\n');
	win.document.write ('  <div style= "position: absolute; left: 208; top: 87;">\n');
	win.document.write ('    <img src="../images/creu.gif">\n');
	win.document.write ('  </div>\n');
	win.document.write (' </body>\n');
	win.document.write ('</html>\n');	
	win.document.close ();	
}

function mostrarmapa(url_mapa,numfact){
	win=window.open(url_mapa+'?sede=0&numfact='+numfact,'','width=615,height=415,scrollbars=no,resizable=0,toolbar=0');
}