//<![CDATA[

/*
// Here's a menu object to control the above list of menu data:
var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');

// I'm applying two at once to listMenu. Delete this to disable!
listMenu.animations[listMenu.animations.length] = FSMenu.animFade;
listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
//listMenu.animations[listMenu.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';
}
addEvent2(window, 'load', new Function('listMenu.activateMenu("listMenuRoot", arrow)'));

//addEvent2(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);
  }
  
