var listMenuLeft = new FSMenu('listMenuLeft', true, 'display', 'block', 'none');

//listMenuLeft.animations[listMenuLeft.animations.length] = FSMenu.animFade;
//listMenuLeft.animations[listMenuLeft.animations.length] = FSMenu.animSwipeDown;
//listMenuLeft.animations[listMenuLeft.animations.length] = FSMenu.animClipDown;
/*listMenuLeft.animInSpeed = 0.2;
listMenuLeft.animOutSpeed = 0.2;
listMenuLeft.showDelay = 0;
listMenuLeft.switchDelay = 0;
listMenuLeft.hideDelay = 0.1;*/
//listMenuLeft.animInSpeed = 0.1;
//listMenuLeft.animOutSpeed = 0.1;
listMenuLeft.showDelay = 0;
listMenuLeft.switchDelay = 0;
listMenuLeft.hideDelay = 0;
var arrow = null;
if (document.createElement && document.documentElement)
{
 //arrow = document.createElement('span');
 //arrow.appendChild(document.createTextNode('>'));
 // Feel free to replace the above two lines with these for a small arrow image...
 arrow = document.createElement('img');
 arrow.src = 'images/puce-liste.png';
 arrow.style.borderWidth = '0';
 arrow.style.paddingTop = '7px';
 arrow.className = 'subind';
}
addEvent(window, 'load', new Function('listMenuLeft.activateMenu("listMenugaucheRoot", arrow)'));

var listMenuTop = new FSMenu('listMenuTop', true, 'display', 'block', 'none');

//listMenuTop.animations[listMenuTop.animations.length] = FSMenu.animFade;
//listMenuTop.animations[listMenuTop.animations.length] = FSMenu.animSwipeDown;
//listMenuTop.animations[listMenuTop.animations.length] = FSMenu.animClipDown;
/*listMenuTop.animInSpeed = 0.2;
listMenuTop.animOutSpeed = 0.2;
listMenuTop.showDelay = 0;
listMenuTop.switchDelay = 0;
listMenuTop.hideDelay = 0.1;*/
listMenuTop.showDelay = 0;
listMenuTop.switchDelay = 0;
listMenuTop.hideDelay = 0;
var arrow2 = null;
if (document.createElement && document.documentElement)
{
 //arrow2 = document.createElement('span');
 //arrow2.appendChild(document.createTextNode('>'));
 // Feel free to replace the above two lines with these for a small arrow image...
 arrow2 = document.createElement('img');
 arrow2.src = 'images/puce-liste.png';
 arrow2.style.borderWidth = '0';
 arrow2.className = 'subind';
}
addEvent(window, 'load', new Function('listMenuTop.activateMenu("listMenuhautRoot", arrow2)'));
