var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');
listMenu.showDelay = 0;
listMenu.switchDelay = 0;
listMenu.hideDelay = 0;
listMenu.cssLitClass = 'highlighted';
listMenu.animations[listMenu.animations.length] = FSMenu.animFade;

//var arrow = null;
if (document.createElement && document.documentElement)
{
 arrow = document.createElement('img');
 arrow.src = '/images/arrow.png';
 arrow.style.borderWidth = '0';
 arrow.innerHtml = 'yes'
 arrow.className = 'subind';
}
//addEvent(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));
listMenu.activateMenu("listMenuRoot", arrow);




