
  var theRoot_Path = '/planning/tpb/SHC/';   //--  the Root Directory Path
  
  var collapse_Menu = 1;   //--  enables you to close all "body elements" upon first visit to page set to zero to leave open
  var collapse_Body = 1;   //--  enables you to close all "body elements" upon first visit to page set to zero to leave open

  
//---------------------------   ONLOAD,UNLOAD, & RESIZE BODY    -------------------------//
  
  function onPageLoad(){
	document.forms['search'].reset();
    openCloseDivs();// used by collapsible.js to detect cookies
  }
  
  function onPageUnload(){
    setCollapsibleCookies();// used by collapsible.js to set cookies
  }
  
  function onPageResize(){
  }

//----------------------------    SEARCH/FORM FUNCTIONS    ------------------------------//

  function sword(){if (document.search.qt.value == 'DMV')document.search.qt.value = '';}
  function submitForm(whatForm){document.forms[whatForm].submit();}
  
//--------------------------------  EXTERNAL FILE LINKs    -----------------------------//
  
  document.write('<script src="'+theRoot_Path+'java/standard/generalJava.js"></' + 'script>');

  document.write('<script src="'+theRoot_Path+'java/standard/collapsible.js"></' + 'script>');

//--------------------------------  END EXTERNAL FILE LINKs    -----------------------------//

