//<!--
function Menu(wich)
{
	wich.style.background = '#B8DDF7';
	wich.style.color = '#204FD2';
}
function MenuOut(wich)
{
	wich.style.background = '';
	wich.style.color = '#0468DB';
}
function ChangePage(url)
{
	window.location.href = url;
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->