var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');
						
						listMenu.animations[listMenu.animations.length] = FSMenu.animFade;
						listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
						
						var arrow = null;
						if (document.createElement && document.documentElement)
						{
						 arrow = document.createElement('span');
						 arrow.appendChild(document.createTextNode(''));  //tu se Sluzz daj co chcesz zeby bylo widac gdzie mozna rozwinac MENU
						 arrow.className = 'subind';
						}
						addEvent(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));
