function openImage(ntarget)
{
if(ntarget!="ladiablo"){
ImageWindow=window.open("","ImageWind","alwaysRaised=yes,toolbar=no,height=480,width=640");
ImageWindow.document.writeln('<body style="margin:0;"><img src='+ntarget+' border=0 style="margin:0;"></body>');
}
}