ÿþf u n c t i o n   s e a r c h A r t i s t s ( s e a r c h T e x t )  
 {  
         v a r   u r l   =   " . . / m u s i c / S e a r c h A r t i s t s . a s p x ? s T e x t = "   +   s e a r c h T e x t ;  
         w i n d o w . l o c a t i o n . h r e f   =   u r l ;  
 }  
 f u n c t i o n   p e r f o r m e r D i s p l a y S e l e c t e d ( p e r f o r m e r D i s p l a y I D )  
 {  
         v a r   u r l   =   " S h o w A r t i s t . a s p x ? p e r f o r m e r I D = "   +   p e r f o r m e r D i s p l a y I D ;  
         w i n d o w . l o c a t i o n . h r e f   =   u r l ;  
 }  
 f u n c t i o n   a l b u m D i s p l a y S e l e c t e d ( a l b u m D i s p l a y I D ,   p e r f o r m e r D i s p l a y I D )   {  
         v a r   u r l   =   " S h o w A l b u m . a s p x ? a l b u m I D = "   +   a l b u m D i s p l a y I D + " & p e r f o r m e r I D = " + p e r f o r m e r D i s p l a y I D ;  
         w i n d o w . l o c a t i o n . h r e f   =   u r l ;  
 }  
 f u n c t i o n   M M _ j u m p M e n u ( t a r g , s e l O b j , r e s t o r e ) {    
     e v a l ( t a r g + " . l o c a t i o n = ' " + s e l O b j . o p t i o n s [ s e l O b j . s e l e c t e d I n d e x ] . v a l u e + " ' " ) ;  
     i f   ( r e s t o r e )   s e l O b j . s e l e c t e d I n d e x = 0 ;  
 }  
 
