
/* Used by PLHIM */
function PL_adjustPath(path) {
  if ((path.charAt(0)=='/' || path.charAt(0)=='\\') && window.location.href.substr(0,5)== 'file:') path = 'file://///Alpha/storage/Clients/Cobb Theatre/web/html_official' + path;
  return path;
}
