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