
/* Purpose of this include is to transistion from old customer interface to new one.
   Most headers required the following functions and the include of CascadingMenu.js.
   ReplaceHTMLRequirements will replace the include of CascadingMenu.js with an include of this file */
   
   function InitMenu()
   {
   }
   
   function HideMenu()
   {
   }
   
   function loadScroll()
   {
   }
   
