var menus =
[
	new ypSlideOutMenu("submenu1", "down", 'auto', 'auto', 640, 360, 'auto'),
	new ypSlideOutMenu("submenu2", "down", 'auto', 'auto', 962, 173, 'auto')		// Products
]

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();

