function OpenJPG (path) {

      window_style = 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no,channelmode=no,width=700,height=520';

      var new_window = window.open("", "", window_style);

      new_window.document.write ("<html><head></head><body bgcolor='#F4F6FF'><center><img src='"+path+"'></center></body></html>");

}