ÿþ< ! - - / / - - > < ! [ C D A T A [ / / > < ! - -  
  
 f u n c t i o n   p r i n t P a g e ( )   {  
   w i n d o w . p r i n t ( ) ;  
        
 }  
  
  
 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 ;  
 }  
  
 / *  
 A u t o   c e n t e r   w i n d o w   s c r i p t -   E r i c   K i n g   ( h t t p : / / r e d r i v a l . c o m / e a k / i n d e x . s h t m l )  
 P e r m i s s i o n   g r a n t e d   t o   D y n a m i c   D r i v e   t o   f e a t u r e   s c r i p t   i n   a r c h i v e  
 F o r   f u l l   s o u r c e ,   u s a g e   t e r m s ,   a n d   1 0 0 ' s   m o r e   D H T M L   s c r i p t s ,   v i s i t   h t t p : / / d y n a m i c d r i v e . c o m  
 * /  
 v a r   w i n   =   n u l l ;  
 f u n c t i o n   N e w W i n d o w ( m y p a g e , m y n a m e , w , h , s c r o l l )   {  
 	 L e f t P o s i t i o n   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - w ) / 2   :   0 ;  
 	 T o p P o s i t i o n   =   ( s c r e e n . h e i g h t )   ?   ( s c r e e n . h e i g h t - h ) / 2   :   0 ;  
 	 s e t t i n g s   =   ' h e i g h t = ' + h + ' , w i d t h = ' + w + ' , t o p = ' + T o p P o s i t i o n + ' , l e f t = ' + L e f t P o s i t i o n + ' , s c r o l l b a r s = ' + s c r o l l + ' , r e s i z a b l e '  
 	 w i n   =   w i n d o w . o p e n ( m y p a g e , m y n a m e , s e t t i n g s )  
 }  
  
   f u n c t i o n   s e n d p a g e ( )   {  
 	 m a i l _ s t r   =   " m a i l t o : ? s u b j e c t =   W A G O   w e b p a g e :   "   +   d o c u m e n t . t i t l e ;  
 	 m a i l _ s t r   + =   " & b o d y = T h i s   p a g e   h a s   b e e n   r e c o m m e n d e d   t o   y o u .   T h e   p a g e   i s   f r o m   h t t p : / / w w w . w a g o . c o m   a n d   i s   e n t i t l e d :   "   +   d o c u m e n t . t i t l e ;  
 	 m a i l _ s t r   + =   " . T h e   a d d r e s s   i s   a s   f o l l o w s :   "   +   l o c a t i o n . h r e f ;  
 	 l o c a t i o n . h r e f   =   m a i l _ s t r ;  
 }  
  
 f u n c t i o n   t o p   ( )   {  
     v a r   Z i e l   =   l o c a t i o n . h r e f ;  
     w i n d o w . l o c a t i o n . h r e f   =   Z i e l ;  
 }  
  
  
 / *   Ö f f n e t   d a s   F e n s t e r   F A Q   o h n e   M e n ü s   * /  
 f u n c t i o n   F e n s t e r O e f f n e n   ( A d r e s s e )   {  
     F e n s t e r 1   =   w i n d o w . o p e n ( A d r e s s e ,   " Z w e i t f e n s t e r " ,   " w i d t h = 8 0 0 , h e i g h t = 6 0 0 ,   s c r o l l b a r s = y e s ,   r e s i z a b l e = y e s ,   l e f t = 1 0 0 , t o p = 2 0 0 " ) ;  
     F e n s t e r 1 . f o c u s ( ) ; }  
  
  
  
  
 / / - - > < ! ] ] > 
