// JavaScript Document



// ********************************************************************************************************** //
if ( document.getElementById )
		{
		var shown = new Array();
		}
function rll_( i )
		{
	if ( document.getElementById )
		{
			var block = document.getElementById( 'rll_' + i );
			if ( block !== null && block.style )
		{
			shown[i] = shown[i] ? false : true;
			currentdisplay = shown[i] ? 'block' : 'none';
			document.getElementById( 'rll_' + i ).style.display = currentdisplay;
		}
	}
}
// ********************************************************************************************************** //
function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}
// ********************************************************************************************************** //
function MM_openBrWindow(theURL,winName,features) { //v2.0
	{ var win = window.open(theURL,winName,features);
 	win.focus(); }
}
