ÿþf u n c t i o n   r e k o r d ( p l i k ,   o p i s )  
 {  
 t h i s . p l i k   =   p l i k ;  
 t h i s . o p i s   =   o p i s ;  
 }  
  
 v a r   r e k o r d y = 6 ;  
  
 l i n k   =   n e w   A r r a y ( ) ;  
 l i n k [ 1 ]   =   n e w   r e k o r d ( k a t a l o g + " i n d e x . h t m " , " S t r o n a   G Bó w n a " ) ;  
 l i n k [ 2 ]   =   n e w   r e k o r d ( k a t a l o g + " h t t p : / / k n u t h . i n f o . p l " , " M a s z y n y   K N U T H " ) ;  
 l i n k [ 3 ]   =   n e w   r e k o r d ( k a t a l o g + " 1 . h t m " , " B r z e s z c z o t y " ) ;    
 l i n k [ 4 ]   =   n e w   r e k o r d ( k a t a l o g + " 2 . h t m " , " W i b r o i z o l a t o r y " ) ;    
 l i n k [ 5 ]   =   n e w   r e k o r d ( k a t a l o g + " 6 . 1 . h t m " , " P i l a r k i   t a r c z o w e " ) ;  
 l i n k [ 6 ]   =   n e w   r e k o r d ( k a t a l o g + " w . h t m " , " W i e r t a r k i   m a g n e t y c z n e " ) ;  
  
  
    
  
  
  
  
  
 f o r   ( a   =   1 ;   a   < =   r e k o r d y ;   a + + )  
 {  
 d o c u m e n t . w r i t e ( " < a   h r e f = " + l i n k [ a ] . p l i k + "   c l a s s = m e n u > < d i v   s t y l e = \ " w i d t h : 1 2 0 p x ;   h e i g h t : 1 9 p x ;   f o n t : A r i a l ;   f o n t - w e i g h t : b o l d ;   b a c k g r o u n d : r g b ( 0 , 1 2 0 , 1 9 2 ) ;   p o s i t i o n : l e f t ;   t e x t - a l i g n : l e f t ;   l e f t : - 1 p x ;   c u r s o r : h a n d \ "   o n m o u s e o v e r = \ " s t y l e . b a c k g r o u n d = ' # 0 0 8 4 D 2 ' \ "   o n m o u s e o u t = \ " s t y l e . b a c k g r o u n d = ' r g b ( 0 , 1 2 0 , 1 9 2 ) ' \ " > " + l i n k [ a ] . o p i s + " < / d i v > < / a > " ) ;  
 } 
