//<![CDATA[
var listMenultr = new FSMenu('listMenultr', true, 'display', 'block', 'none');

listMenultr.animations[listMenultr.animations.length] = FSMenu.animFade;
listMenultr.animations[listMenultr.animations.length] = FSMenu.animSwipeDown;
//listMenultr.animations[listMenultr.animations.length] = FSMenu.animClipDown;

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/arrow.gif';
 //arrow.style.borderWidth = '0';
 arrow.className = 'subind';
}
addEvent(window, 'load', new Function('listMenultr.activateMenu("listMenuRootltr", arrow)'));

//addEvent(window, 'load', new Function('getRef("listMenuRoot").className="menulist"'));

//]]>


//<![CDATA[
var listMenurtl = new FSMenu('listMenurtl', true, 'display', 'block', 'none');

listMenurtl.animations[listMenurtl.animations.length] = FSMenu.animFade;
listMenurtl.animations[listMenurtl.animations.length] = FSMenu.animSwipeDown;
//listMenurtl.animations[listMenurtl.animations.length] = FSMenu.animClipDown;

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/arrow.gif';
 //arrow.style.borderWidth = '0';
 arrow.className = 'subind';
}
addEvent(window, 'load', new Function('listMenurtl.activateMenu("listMenuRootrtl", arrow)'));

//addEvent(window, 'load', new Function('getRef("listMenuRoot").className="menulist"'));

//]]>


function MM_openBrWindow(theURL,winName,features) { 
  par = ', top=0, left=0'
  parametry = features + par
  window.open(theURL,winName, parametry);
  }
