function setpath(path) {
  window.document.forms[0].path.value = path;
  window.document.forms[0].submit();
}
