
function show_photo( pFileName, pTitle, pCaption) 

{

// parámetros de la ventana
	photoWin = window.open( "", "photo", "width=600,height=450,status,scrollbars,resizable=no,screenX=20,screenY=40,left=20,top=40");

// rellena el contenido de la nueva página
	photoWin.document.write('<html><head><title>' + pTitle + '</title></head>');	
	photoWin.document.write('<BODY BGCOLOR=#000000 TEXT=#FFFFCC LINK=#33CCFF VLINK=#FF6666>');
	photoWin.document.write('<center>');
	photoWin.document.write('<font size=+3 face="arial,helvetica"><b>' + pCaption + '</b></font><br>&nbsp;<br>&nbsp;');
	photoWin.document.write('<img src="' + pFileName + '"><p>');
	photoWin.document.write('<font face="arial,helvetica">');	
	photoWin.document.write( '"' + pTitle + '"<br>');
	photoWin.document.write('<a href="mailto:vicentemonera@vicentemonera.com">vicentemonera@vicentemonera.com</a><br>');
	photoWin.document.write('Web personal');
	photoWin.document.write('</font></body></html>');
	photoWin.document.close();	

}

function AbrirVen(ventana)
{
 	msg = open(ventana,"pepe","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=420,height=500, border=3 ");
} 

function AbrirVen1(ventana)
{
 	msg1 = open(ventana,"juan","toolbar=no,top=0,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=350,height=500, border=3 ");
} 
 
function AbrirVen2(ventana)
{
 	msg2 = window.open(ventana,"antonio","toolbar=no,top=1,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,left=420,top=0,width=700,height=500, border=3 ");
} 

function AbrirVen3(ventana)
{
 	msg = open(ventana,"otros","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=950,height=700, border=3 ");
} 

function AbrirVen4(ventana)
{
 	msg = open(ventana,"varios_autores","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=560,height=500, border=3 ");
}

function AbrirVen5(ventana)
{
 	msg = open(ventana,"isla_musical","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=800,height=620, border=3 ");
}

function CerrarVen1()
{
	close();
 	msg2.close();
	
} 

function CerrarVen()
{
 	close()
 	
} 


