var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');
//listMenu.showDelay = 0;
//listMenu.switchDelay = 125;
//listMenu.hideDelay = 500;
listMenu.cssLitClass = 'highlighted';
listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
//listMenu.showOnClick = 1;
//listMenu.hideOnClick = true;
//listMenu.animInSpeed = 0.2;
//listMenu.animOutSpeed = 0.2;
var arrow = null;
/*if (document.createElement && document.documentElement)
{
 arrow = document.createElement('img');
 arrow.src = 'img/arrow-white_.gif';
 arrow.alt = '';
 arrow.style.marginRight = '5px';
 arrow.style.marginTop = '2px';
 arrow.className = 'subind';
}*/
addEvent(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));
