ÿþv a r   f o c u s _ w i d t h = 1 6 6 ;       / / U\:yþVGr„v½[¦^ 
 v a r   f o c u s _ h e i g h t = 1 4 0 ;     / / U\:yþVGr„vØš¦^ 
 v a r   t e x t _ h e i g h t = 2 0 ;         / / >f:y‡eW[„vØš¦^ 
 v a r   s w f _ h e i g h t   =   f o c u s _ h e i g h t + t e x t _ h e i g h t    
  
 v a r   p i c s   =   ' ' ;  
 v a r   l i n k s   =   ' ' ;  
 v a r   t e x t s   =   ' ' ;  
 f u n c t i o n   o p e n b o x ( i f r a m e , u r l ) {    
 	 d o c u m e n t . g e t E l e m e n t B y I d ( i f r a m e ) . s r c   =   u r l ;    
 }    
 f u n c t i o n   o p e n W i n ( e ) {  
 	 w i n d o w . o p e n ( e , " M i n " , " l e f t = 0 , t o p = 0 , w i d t h = 8 8 0 , h e i g h t = 6 0 0 , t o o l b a r = n o , m e n u b a r = n o , s c r o l l b a r s = y e s , r e s i z a b l e = n o , l o c a t i o n = n o , s t a t u s = n o " ) ; 	  
 }  
 f u n c t i o n   a t i ( u r l ,   i m g ,   t i t l e )  
 {  
 	 i f ( p i c s   ! =   ' ' )  
 	 {  
 	 	 p i c s   =   " | "   +   p i c s ;  
 	 	 l i n k s   =   " | "   +   l i n k s ;  
 	 	 t e x t s   =   " | "   +   t e x t s ;  
 	 }  
  
 	 p i c s   =   e s c a p e ( i m g )   +   p i c s ;  
 	 l i n k s   =   e s c a p e ( u r l )   +   l i n k s ;  
 	 t e x t s   =   t i t l e   +   t e x t s ;  
 }  
  
  
 f u n c t i o n   d i s a b l e s e l e c t ( e ) {  
 	 r e t u r n   f a l s e ;  
 }  
 f u n c t i o n   r e E n a b l e ( ) {  
 	 r e t u r n   t r u e ;  
 }  
  
 d o c u m e n t . o n c o n t e x t m e n u = n e w   F u n c t i o n ( " e v e n t . r e t u r n V a l u e = f a l s e " ) ;  
 d o c u m e n t . o n s e l e c t s t a r t = n e w   F u n c t i o n ( " e v e n t . r e t u r n V a l u e = f a l s e " ) ;  
 f u n c t i o n   C l i c k ( ) {    
 i f ( e v e n t . b u t t o n = = 2 ) {  
 	 / / a l e r t ( ' HrCg@b	g( C ) 2 0 0 6 - 2 0 0 8   w e b m o t e ' ) ;    
 	 }  
 }    
 d o c u m e n t . o n m o u s e d o w n = C l i c k ;    
 
