<!--
newwindow=null
function displaylarge(filename){
  if (newwindow && !newwindow.closed){
  newwindow.close()}
  newwindow=window.open("","newwindow","width=450,height=450,resizable=no,scrollbars=no")
  newwindow.document.write("<html><head></head><body bgcolor=#666666 leftmargin=0 topmargin=0 marginheight=0 marginwidth=0><table height=100% align=center border=0 cellpadding=0 cellspacing=0><tr><td align=center ><img src="+filename+"></td></tr></table></body></html>")
  newwindow.document.close()}
 // -->