
function popimage(imagesrc,winwidth,winheight){
   var look='width='+winwidth+',SCROLLBARS=yes,height='+winheight+',SCROLLBARS=yes,resizable=yes'
   popwin=window.open("","",look)
   popwin.document.open()
   popwin.document.write('<title>Ilustradores Clįsicos de las Narraciones Extraordinarias de  Edgar A. Poe</title><body bgcolor="#330000"><center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT="100%"><tr><td ALIGN=CENTER VALIGN=CENTER><img src="'+imagesrc+'"></td></tr></table></center></body>')
 popwin.document.close()
}

