/*
	YPSlideoutMenu Instantiation
	
	Modified 2/19/09 - Lisa Backer, Fig leaf Software
	Now checks to see if the CommonSpot menus have been included 
	NOTE:  This only adjust for mozilla browsers.  IE browsers get the height set properly within the 
	ypSlideOutMenu.showMenu function.
*/
var menuHeight = 194;
if (menus_included && menus_included == 1) {
	menuHeight = 218;
}
new ypSlideOutMenu("menu1", "down", 118, menuHeight, 250, 288); 
new ypSlideOutMenu("menu2", "down", 246, menuHeight, 210, 95);
new ypSlideOutMenu("menu3", "down", 372, menuHeight, 125, 65);
new ypSlideOutMenu("menu4", "down", 498, menuHeight, 125, 65);
new ypSlideOutMenu("menu5", "down", 624, menuHeight, 175, 70);
new ypSlideOutMenu("menu6", "down", 750, menuHeight, 190, 144);
