function obra(imag,title) {
  derecha=(screen.width-710)/2;
  arriba=(screen.height-510)/50;
MiVentana=open("","","toolbar=no,directories=no,menubar=no,status=no,titlebar=NO,width=710,height=510,left="+derecha+",top="+arriba+"");MiVentana.document.write("<html><head><TITLE>Obras de Arte - Artworks </TITLE></head>");
MiVentana.document.write("<body topmargin=0 bgcolor='#000000'><center><table height=100%><tr><td><img src=");MiVentana.document.write(imag);MiVentana.document.write("  style='border: #20f010 1px solid'>");
MiVentana.document.write("<CENTER><span style='font-size:15px;color:#20f010;font-family:Verdana,Arial,Helvetica;'><b><em>");MiVentana.document.write(title);MiVentana.document.write("</td></tr></table></center>");
MiVentana.document.close();
}