var intH = 23;
var t = 25;


var menus = [
	new ypSlideOutMenu("menu1", "down", 82, t, 140, (intH*3)),
	new ypSlideOutMenu("menu3", "down", 341, t, 140, (intH*8)),
	new ypSlideOutMenu("menu33", "right", 481, t+(intH*2), 140, (intH*2), 'menu3'),
	new ypSlideOutMenu("menu37", "right", 481, t+(intH*6), 140, (intH*3), 'menu3'),
	new ypSlideOutMenu("menu4", "down", 601, t, 140, (intH*6)),
	new ypSlideOutMenu("menu6", "down", 452, t, 140, (intH*2))



]
document.write('<style type="text/css">' + ypSlideOutMenu.styleMod + '</style>');

