var otherMenu = new FSMenu('otherMenu', true, 'display', 'block', 'none');

otherMenu.animations[otherMenu.animations.length] = FSMenu.animFade;
otherMenu.animations[otherMenu.animations.length] = FSMenu.animSwipeDown;

var arrow2 = null;
if (document.createElement && document.documentElement)
{
	arrow2 = document.createElement('img');
	arrow2.src = 'http://www.guidesulysse.com/images/fleche.gif';
	arrow2.style.borderWidth = '0';
	arrow2.className = 'subind';
}
addReadyEvent(new Function('otherMenu.activateMenu("otherMenuRoot", arrow2)'));
