ÿþ< ! - -  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 / /   ( c )   2 0 0 7   A l l e s   O v e r   M a r k t o n d e r z o e k  
 / /   G l o b a l   f u n c t i o n s  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
  
 v a r   K E Y _ L E F T   =   3 7 ;  
 v a r   K E Y _ R I G H T   =   3 9 ;  
 v a r   K E Y _ U P   =   3 8 ;  
 v a r   K E Y _ D O W N   =   4 0 ;  
 v a r   K E Y _ E N T E R   =   1 3 ;  
 v a r   K E Y _ T A B   =   9 ;  
 v a r   K E Y _ E S C   =   2 7 ;  
      
 f u n c t i o n   p o p u p ( u r l ,   n a m e ,   h ,   w ,   t )   {  
     v a r   x ;  
  
     i f   ( t   = =   - 1 )   {  
         t   =   M a t h . c e i l (   ( w i n d o w . s c r e e n . h e i g h t   -   h )   /   2   ) ;  
     }          
     x   =   M a t h . c e i l (   ( w i n d o w . s c r e e n . w i d t h   -   w )   /   2   ) ;  
  
     v a r   p o p u p   =   w i n d o w . o p e n ( u r l , n a m e , " t o o l b a r = n o , d i r e c t o r i e s = n o , m e n u b a r = n o , s t a t u s = y e s , s c r o l l a b l e = y e s , r e s i z a b l e = 1 , h e i g h t = "   +   h   +   " , w i d t h = "   +   w   +   " , l e f t = "   +   x   +   " , t o p = "   +   t ) ;  
     i f   ( p o p u p   ! =   n u l l )  
 	 	 p o p u p . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   G o ( u r l )   {  
 	 i f   ( ! e )  
 	 	 v a r   e   =   w i n d o w . e v e n t ;  
 	 i f   ( e )  
 	 	 e . c a n c e l B u b b l e   =   t r u e ;  
 	 i f ( u r l )  
 	 	 l o c a t i o n . h r e f   =   u r l ;  
 }  
 f u n c t i o n   s e n d M a i l ( e m a i l ,   s u b j e c t )   {  
          
         v a r   f u l l A d d r e s s   =   " m a i l t o : "   +   e m a i l ;  
         w i n d o w . s e l f . l o c a t i o n   =   f u l l A d d r e s s ;  
  
 }  
 f u n c t i o n   c l a s s C h a n g e ( e ,   c l a s s n a m e )   {  
 	 i f   ( e   ! =   n u l l )  
 	 	 e . c l a s s N a m e   =   c l a s s n a m e ;  
 }  
  
 g o o g l e _ a d _ c l i e n t   =   " p u b - 9 3 8 8 8 7 6 3 4 9 3 6 2 2 5 5 " ;  
 g o o g l e _ a l t e r n a t e _ c o l o r   =   " F F F F F F " ;  
 g o o g l e _ a d _ w i d t h   =   1 2 0 ;  
 g o o g l e _ a d _ h e i g h t   =   2 4 0 ;  
 g o o g l e _ a d _ f o r m a t   =   " 1 2 0 x 2 4 0 _ a s " ;  
 g o o g l e _ a d _ t y p e   =   " t e x t " ;  
 g o o g l e _ a d _ c h a n n e l   = " " ;  
 g o o g l e _ c o l o r _ b o r d e r   =   " F F F F F F " ;  
 g o o g l e _ c o l o r _ l i n k   =   " 6 4 6 4 3 C " ;  
 g o o g l e _ c o l o r _ b g   =   " F F F F F F " ;  
 g o o g l e _ c o l o r _ t e x t   =   " 7 7 7 7 7 7 " ;  
 g o o g l e _ c o l o r _ u r l   =   " 9 9 A 2 6 B " ;  
 / / - - > 
