/* Used by PLCBM,PLHFO */
function PL_adjustPath(path) {
  if ((path.charAt(0)=='/' || path.charAt(0)=='\\') && window.location.href.substr(0,5)== 'file:') path = 'file:///C|/Program%20Files/Apache%20Group/Apache/iccs' + path;
  if (window.location.href.substr(0,16)== 'http://localhost') path = 'http://localhost/iccs' + path;
  return path;
}
