function open_gdi(img) {
  window.open(img,'img','width=400,height=400,location=0,menubar=0,scrollbars=0,resizable=0,status=0,titlebar=0,toolbar=0');
}
