var menus =
[
	new ypSlideOutMenu("submenu1", "down", 'auto', 'auto', 180, 124, 'auto'),
	new ypSlideOutMenu("submenu2", "down", 'auto', 'auto', 165, 93, 'auto'),
	new ypSlideOutMenu("submenu3", "down", 'auto', 'auto', 230, 124, 'auto'),
	new ypSlideOutMenu("submenu4", "down", 'auto', 'auto', 180, 124, 'auto'),
	new ypSlideOutMenu("submenu5", "down", 'auto', 'auto', 140, 124, 'auto'),
	new ypSlideOutMenu("submenu6", "right", 'auto', '124', 190, 124, '178'), //Circular Memorandum
	new ypSlideOutMenu("submenu7", "right", 'auto', '0', 180, 124, '228'), //Scientific Aids to Investigation
	new ypSlideOutMenu("submenu8", "right", 'auto', '31', 180, 124, '228'), //Police Photography
	new ypSlideOutMenu("submenu9", "right", 'auto', '62', 180, 124, '228'), //Computer Awareness
	new ypSlideOutMenu("submenu10", "right", 'auto', '93', 180, 124, '228'), //Videography  
	new ypSlideOutMenu("submenu11", "right", 'auto', '124', 180, 124, '228'), //Anti-Sabotage Check
	new ypSlideOutMenu("submenu12", "right", 'auto', '155', 260, 124, '228'), //Police Dog Competition
	new ypSlideOutMenu("submenu13", "right", 'auto', '186', 180, 124, '228') //Life Saving Work 
]

for (var i=0; i<menus.length; i++)
{
	menus[i].onactivate = new Function("document.getElementById('menu" + i + "').className = 'over';");
	menus[i].ondeactivate = new Function("document.getElementById('menu" + i + "').className = '';");
}

ypSlideOutMenu.writeCSS();