< ! - -  
  
 f u n c t i o n   d o S c r i p t s ( )   {  
            
       i f   ( ! d o c u m e n t . g e t E l e m e n t s B y T a g N a m e )   r e t u r n ;    
  
             v a r   l i n k s = d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " a " ) ;  
  
             f o r   ( v a r   i = 0 ;   i   <   l i n k s . l e n g t h ;   i + + )   {  
  
                   i f   ( l i n k s [ i ] . c l a s s N a m e . m a t c h ( " p o p u p B i g " ) )   {  
                         l i n k s [ i ] . o n c l i c k = f u n c t i o n ( )   {  
                         w i n d o w . o p e n ( t h i s . h r e f ,   " p o p w i n " ,   " t o p = 2 0 , l e f t = 2 0 , w i d t h = 7 5 0 , h e i g h t = 5 5 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 " ) ;  
                         r e t u r n   f a l s e ;  
                         }  
                   } e l s e   i f   ( l i n k s [ i ] . c l a s s N a m e . m a t c h ( " p o p u p M e d " ) )   {  
                         l i n k s [ i ] . o n c l i c k = f u n c t i o n ( )   {  
                         w i n d o w . o p e n ( t h i s . h r e f ,   " p o p w i n " ,   " t o p = 2 0 , l e f t = 2 0 , w i d t h = 6 3 0 , h e i g h t = 3 9 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 " ) ;  
                         r e t u r n   f a l s e ;  
                         }  
                   } e l s e   i f   ( l i n k s [ i ] . c l a s s N a m e . m a t c h ( " p o p u p S m a l l " ) )   {  
                         l i n k s [ i ] . o n c l i c k = f u n c t i o n ( )   {  
                         w i n d o w . o p e n ( t h i s . h r e f ,   " p o p w i n " ,   " t o p = 2 0 , l e f t = 2 0 , w i d t h = 3 5 0 , h e i g h t = 3 5 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 " ) ;  
                         r e t u r n   f a l s e ;  
                         }  
                   } e l s e   i f   ( l i n k s [ i ] . c l a s s N a m e . m a t c h ( " p o p u p _ " ) )   {  
 	 	             v a r   w   =   l i n k s [ i ] . c l a s s N a m e . s u b s t r i n g ( 6 , 9 ) ;  
 	 	         	 v a r   h   =   l i n k s [ i ] . c l a s s N a m e . s u b s t r i n g ( 1 0 , 1 3 ) ;  
 	 	         	 l i n k s [ i ] . o n c l i c k = f u n c t i o n ( )   {  
 	 	             w i n d o w . o p e n ( t h i s . h r e f ,   " p o p w i n " ,   " t o p = 2 0 , l e f t = 2 0 , w i d t h = " + w + " , h e i g h t = " + h + " , 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 " ) ;  
 	 	             r e t u r n   f a l s e ;  
 	 	             }  
                   } e l s e   i f   ( l i n k s [ i ] . c l a s s N a m e . m a t c h ( " r e t u r n L i n k " ) )   {  
                         v a r   s t r R e t u r n   =   " j a v a s c r i p t : w i n d o w . h i s t o r y . g o ( - 1 ) " ;  
                         i f   ( w i n d o w . h i s t o r y . l e n g t h   >   1 )   {  
                               l i n k s [ i ] . h r e f   =   s t r R e t u r n  
                         }  
                         r e t u r n   f a l s e ;  
                         }  
                   }  
             }  
  
 a d d L o a d E v e n t ( d o S c r i p t s ) ;  
  
 / / - - > 
