/* Imagen mas alta que ancha*/
function obra(imag,title,autor,medidas,desc,price,buypage) {
  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 argentinas.</TITLE></head>");
MiVentana.document.write("<body topmargin=0 bgcolor=000000'><img src=");MiVentana.document.write(imag);MiVentana.document.write(" vspace=5 style='border: #20f010 1px solid' align=left>");
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("</em><br><br>");MiVentana.document.write(autor);MiVentana.document.write(medidas);MiVentana.document.write(desc);MiVentana.document.write(price);MiVentana.document.write("<BR></B></span><br><a href='");MiVentana.document.write(buypage);MiVentana.document.write("'><img src='images/bt_comprar.gif' border=0></a><br><br><a href='ayuda.html'><img src='images/bt_ayuda.gif' border=0></a></CENTER></body></html>");
MiVentana.document.close();
}
/* Imagen mas ancha que alta*/
function obra2(imag,title,autor,medidas,desc,price,buypage) {
  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 argentinas.</TITLE></head>");
MiVentana.document.write("<body topmargin=0 bgcolor='#000000'><div align=center><img src=");MiVentana.document.write(imag);MiVentana.document.write(" vspace=5 style='border: #20f010 1px solid'></div>");
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("</em><br>");MiVentana.document.write(autor);MiVentana.document.write(medidas);MiVentana.document.write(desc);MiVentana.document.write(price);MiVentana.document.write("<BR></B></span><br><a href='");MiVentana.document.write(buypage);MiVentana.document.write("'><img src='images/bt_comprar.gif' border=0 hspace=10></a><a href='ayuda.html'><img src='images/bt_ayuda.gif' border=0></a></CENTER></body></html>");
MiVentana.document.close();
}

