//<![CDATA[
var listMenu2 = new FSMenu('listMenu2', true, 'display', 'block', 'none');
listMenu2.switchDelay = 125;
listMenu2.hideDelay = 100;
listMenu2.animations[listMenu2.animations.length] = FSMenu.animFade;
var arrowTwo = null;
if (document.createElement && document.documentElement)
{
 arrowTwo = document.createElement('span');
 arrowTwo.appendChild(document.createTextNode('<'));
 // Feel free to replace the above two lines with these for a small arrow image...
 //arrow = document.createElement('img');
 //arrow.src = 'arrow.gif';
 //arrow.style.borderWidth = '0';
 arrowTwo.className = 'subind';
}
addEvent(window, 'load', new Function('listMenu2.activateMenu("listMenuRoot2", arrowTwo)'));
//]]>

