ÿþf u n c t i o n   V o t e B u t t o n E n t e r ( o b j )  
 {  
 	  
 	 i f   ( o b j ! =   n u l l )  
 	 {  
 	 	 o b j . s r c = " i m a g e s / s l a g z i n n e n / B u b b l e _ s t e m b u t t o n _ h i g h l i g h t . g i f " ;  
 	 	 o b j . s t y l e . c u r s o r   =   " p o i n t e r " ;  
 	 }  
  
 }  
  
 f u n c t i o n   V o t e B u t t o n L e a v e ( o b j )  
 {  
 	  
 	 i f   ( o b j ! =   n u l l )  
 	 {  
 	 	 o b j . s r c = " i m a g e s / s l a g z i n n e n / B u b b l e _ s t e m b u t t o n . g i f " ;  
 	 }  
  
 } 
