function openPictureWindow(imageName) {
var ventana
ventana = window.open("","newWindow","width=550,height=620,left=20,top=20"); 
ventana.document.open(); 
ventana.document.write('<html><head><title>Dar&iacute;o Garrido<\/title><STYLE TYPE="text\/css">body {background-position: top center; background-repeat: no-repeat;}<\/STYLE><\/head>');
ventana.document.write('<body bgcolor="black" text="white" oncontextmenu="return false"><p align=center><small>Dar&iacute;o Garrido (prohibida su reproducci&oacute;n)<\/small><\/p><p align="center"><img src="'+ imageName + '"></p><\/body><\/html>'); 
ventana.document.close(); 
ventana.focus(); 
}

function openPictureWindow2(imageName) {
var ventana
ventana = window.open("","newWindow","width=620,height=550,left=20,top=20"); 
ventana.document.open(); 
ventana.document.write('<html><head><title>Dar&iacute;o Garrido<\/title><STYLE TYPE="text\/css">body {background-position: top center; background-repeat: no-repeat;}<\/STYLE><\/head>');
ventana.document.write('<body bgcolor="black" text="white" oncontextmenu="return false"><p align=center><small>Dar&iacute;o Garrido (prohibida su reproducci&oacute;n)<\/small><\/p><p align="center"><img src="'+ imageName + '"></p><\/body><\/html>'); 
ventana.document.close(); 
ventana.focus(); 
}

function openPictureWindowT(imageName,textua) {
var ventana
ventana = window.open("","newWindow","width=650,height=650,left=20,top=20"); 
ventana.document.open(); 
ventana.document.write('<html><head><title>Dar&iacute;o Garrido<\/title><STYLE TYPE="text\/css">body {background-position: top center; background-repeat: no-repeat;}<\/STYLE><\/head>');
ventana.document.write('<body bgcolor="black" text="white" oncontextmenu="return false"><p align=center><small>Dar&iacute;o Garrido (prohibida su reproducci&oacute;n)<\/small><br>' + textua + '<\/p><p align="center"><img src="'+ imageName + '"></p><\/body><\/html>'); 
ventana.document.close(); 
ventana.focus(); 
}

function openPictureWindowP(imageName) {
var ventana
ventana = window.open("","newWindow","width=950,height=350,left=20,top=20"); 
ventana.document.open(); 
ventana.document.write('<html><head><title>Dar&iacute;o Garrido<\/title><STYLE TYPE="text\/css">body {background-position: top center; background-repeat: no-repeat;}<\/STYLE><\/head>');
ventana.document.write('<body bgcolor="black" text="white" oncontextmenu="return false"><p align=center><small>Dar&iacute;o Garrido (prohibida su reproducci&oacute;n)<\/small><\/p><p align="center"><img src="'+ imageName + '"></p><\/body><\/html>'); 
ventana.document.close(); 
ventana.focus(); 
}

function openPictureWindowPS(imageName) {
var ventana
ventana = window.open("","newWindow","width=950,height=450,left=20,top=20"); 
ventana.document.open(); 
ventana.document.write('<html><head><title>Dar&iacute;o Garrido<\/title><STYLE TYPE="text\/css">body {background-position: top center; background-repeat: no-repeat;}<\/STYLE><\/head>');
ventana.document.write('<body bgcolor="black" text="white" oncontextmenu="return false"><p align=center><small>Dar&iacute;o Garrido (prohibida su reproducci&oacute;n)<\/small><\/p><p align="center"><img src="'+ imageName + '"></p><\/body><\/html>'); 
ventana.document.close(); 
ventana.focus(); 
}