function imgClick( str ) {
  window.open( "imgview.htm", str, "location=0,resizable=yes,width=200,height=200" );
}

