ÿþ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 )  
 {   / / v 3 . 0  
 	 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 ;  
 }  
  
 f u n c t i o n   M M _ r e l o a d P a g e ( i n i t )    
 {      
 	 / / r e l o a d s   t h e   w i n d o w   i f   N a v 4   r e s i z e d  
 	 i f   ( i n i t = = t r u e )   w i t h   ( n a v i g a t o r )    
 	 {  
 	 	 i f   ( ( a p p N a m e = = " N e t s c a p e " ) & & ( p a r s e I n t ( a p p V e r s i o n ) = = 4 ) )    
 	 	 {  
 	 	 	 d o c u m e n t . M M _ p g W = i n n e r W i d t h ;    
 	 	 	 d o c u m e n t . M M _ p g H = i n n e r H e i g h t ;    
 	 	 	 o n r e s i z e = M M _ r e l o a d P a g e ;    
 	 	 }  
 	 }  
 	 e l s e   i f   ( i n n e r W i d t h ! = d o c u m e n t . M M _ p g W   | |   i n n e r H e i g h t ! = d o c u m e n t . M M _ p g H )    
 	 	 l o c a t i o n . r e l o a d ( ) ;  
 }  
  
 M M _ r e l o a d P a g e ( t r u e ) ; 
