//<![CDATA[

 function menu(type, option, id) {
  document.getElementById(type+id).className = option;
  return true;
 }

//]]>