/*****************************************************
* NOTES
* 
* These are the size and color definitions for the
* slide-out menus used on the main php3 pages.
* the third and fourth items in the sets of numbers
* give the menu width (150 or 200) and the box height
* respectively. I don't fully understand the latter,
* but it appears that 103 is good for up to 6 lines,
* 137 for up to 8, and 171 for up to 10 lines. rb.
*
*****************************************************/

if (document.getElementById) {
  new ypSlideOutMenu("menu1","right",175,7,150,103,"#ff0000","#ffffff");
  new ypSlideOutMenu("menu2","right",175,29,200,171,"#ff3300","#ffffff");
  new ypSlideOutMenu("menu3","right",175,51,200,137,"#ff5500","#ffffff");
  new ypSlideOutMenu("menu4","right",175,73,200,103,"#ff8800","#000000");
  new ypSlideOutMenu("menu5","right",175,95,150,103,"#ffaa00","#000000");
  new ypSlideOutMenu("menu6","right",175,117,150,137,"#ffdd00","#000000");
  new ypSlideOutMenu("menu7","right",175,139,200,137,"#ffff00","#000000");
}

