function jpgClick( str ) {
  window.open( "jpgview.htm", str, "location=0,resizable=yes,width=200,height=200" );
}

function gifClick( str ) {
  window.open( "gifview.htm", str, "location=0,resizable=yes,width=200,height=200" );
}
