ÿþ 
 f u n c t i o n   b e e p ( s o u n d o b j )   {  
 v a r   t h i s s o u n d =   e v a l ( " d o c u m e n t . " + s o u n d o b j ) ;  
 t h i s s o u n d . P l a y ( ) ;  
 }  
 f u n c t i o n   s t o p B e e p ( )   {  
 v a r   t h i s s o u n d =   e v a l ( " d o c u m e n t . i n o " ) ;  
 t h i s s o u n d . S t o p ( ) ;  
 t h i s s o u n d =   e v a l ( " d o c u m e n t . v i r o " ) ;  
 t h i s s o u n d . S t o p ( ) ;  
 }  
 
