function img(path, width, height){
  window.open(path + '','a','toolbar=no, status=no, menubar=no, scrollbars=no, titlebar=no, resizable=no, width=' + width + ', height= ' + height);
  return false;
}
