<!--
function MarkSearchString(s)
{
		var r,i=document.selection.createRange().text;r=document.body.createTextRange();for(i=0;r.findText(s);i++){r.execCommand('BackColor','','#0077E0');r.execCommand('ForeColor','','white');	r.execCommand('Bold');r.collapse(false)};
}
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}

function CheckSelectedCategory(obj)

{

	if(obj.options[obj.selectedIndex].value=='')

		obj.selectedIndex=0;

}

function ToggleVisibility(id) {

        var obj = document.getElementById(id);

        if (obj.className == "Hidden") {

          obj.className = "Visible";

        } else {

           obj.className = "Hidden";

        }

      }



function MM_jumpMenu(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}

function JumpUrl(Target,URL){

  eval(Target+".location='"+URL+"'");

}





//-->