: 20090823 // Add way to slide the entire menu off the page // The sidemenu-container is necessary to define the // bounds as the parent of the sidemenu div, which will // be heavily manipulated by the accordion module. If // we don't have good control over the parent, the // accordion will get confused and behave poorly. echo('
' . "\n"); // End #sidemenu-container // Uses both hoverintent, which is a more user friendly mechanism // than mouseover, as well as click. This provides 1) a workable // solution for those browsers that don't use pointers, such as // a touchscreen, and 2) a means to open the menu if the animation // was running while the user moved the pointer to a new menu area. $javascript->codeBlock( <<