<!--

function MM_jumpMenu(targ,selObj,restore)
	{ //v3.0
		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		if (restore) selObj.selectedIndex=0;
	}
	
function frvisible()
{
	layerShow("meerframe",true);
	layerShow("meer",true);	
}

function LoadMenu(selObj)   
{
  var L=layerGet("meerframe");
  if(L)L.src=selObj.options[selObj.selectedIndex].value      
	setTimeout("frvisible()",1000);
}
function MM_openBrWindow(theURL,winName,features)
	{
		window.open(theURL,winName,features);
	}
//-->