
function movein(which,html){
	which.style.background='#D5A753'	
	description.innerHTML=html	

}

function moveout(which){
	which.style.background='#009240'
	description.innerHTML='&nbsp;'
}

function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}