<attach for=element event=onmouseover handler=top> 
  <attach for=element event=onmouseout handler=ver>  
  <script> 
   function top(){element.className='navigation';}  
   function ver(){element.className='';} 
  </script>