ÿþ        f u n c t i o n   a d d _ e n t r y ( d a t e _ s e l e c t o r ,   s c r i p t _ n a m e )   { 
             v a r   m y u r l   =   s c r i p t _ n a m e   +   ' ? '   +   d a t e _ s e l e c t o r ; 
             m y A p p = o p e n ( m y u r l , ' a d d _ e n t r y ' , ' r e s i z a b l e = y e s , w i d t h = 5 2 5 , h e i g h t = 4 0 0 ' ) ; 
             m y A p p . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y A p p . o p e n e r   = =   n u l l )   m y A p p . o p e n e r   =   s e l f ;       
         }     
         f u n c t i o n   v i e w _ e n t r y ( a p p t _ i d ,   s c r i p t _ n a m e )   { 
             v a r   m y u r l   =   s c r i p t _ n a m e + ' ? o p = v i e w & w s _ i d = ' + a p p t _ i d ; 
             m y V i e w = o p e n ( m y u r l , ' v i e w _ e n t r y ' , ' r e s i z a b l e = y e s , w i d t h = 3 0 0 , h e i g h t = 2 5 0 ' ) ; 
             m y V i e w . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y V i e w . o p e n e r   = =   n u l l )   m y V i e w . o p e n e r   =   s e l f ;       
         }             
 
         f u n c t i o n   v i e w _ c a l e n d a r _ i t e m ( i d ,   t y p e )   { 
             v a r   m y u r l   =   ' p l u g i n _ c a l e n d a r _ i t e m . p h p ? o p = ' + t y p e + ' & i d = ' + i d ; 
             m y V i e w = o p e n ( m y u r l , ' c a l _ i t e m ' , ' r e s i z a b l e = y e s , w i d t h = 3 0 0 , h e i g h t = 2 5 0 ' ) ; 
             m y V i e w . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y V i e w . o p e n e r   = =   n u l l )   m y V i e w . o p e n e r   =   s e l f ;       
         }             
 
         f u n c t i o n   v i e w _ v i s i t ( v i s i t _ i d ,   s c r i p t _ n a m e )   { 
             v a r   m y u r l   =   s c r i p t _ n a m e   +   ' ? o p = v i e w & i d = '   +   v i s i t _ i d ; 
             m y V i e w = o p e n ( m y u r l , ' v i e w _ e n t r y ' , ' 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 , w i d t h = 3 5 0 , h e i g h t = 3 0 0 ' ) ; 
             m y V i e w . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y V i e w . o p e n e r   = =   n u l l )   m y V i e w . o p e n e r   =   s e l f ;       
         }                                   
         f u n c t i o n   v i e w _ p r e s e n t a t i o n ( p r e s e n t _ i d ,   s c r i p t _ n a m e )   { 
             v a r   m y u r l   =   s c r i p t _ n a m e   +   ' ? o p = v i e w & i d = '   +   p r e s e n t _ i d ; 
             m y V i e w = o p e n ( m y u r l , ' v i e w _ e n t r y ' , ' 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 , w i d t h = 3 5 0 , h e i g h t = 3 0 0 ' ) ; 
             m y V i e w . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y V i e w . o p e n e r   = =   n u l l )   m y V i e w . o p e n e r   =   s e l f ;       
         }                                   
         f u n c t i o n   v i e w _ a g e n c y ( a g n _ i d ,   s c r i p t _ n a m e )   { 
             v a r   m y u r l   =   s c r i p t _ n a m e   +   ' ? o p = v i e w & i d = '   +   a g n _ i d ; 
             m y V i e w = o p e n ( m y u r l , ' v i e w _ a g e n c y ' , ' 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 , w i d t h = 3 5 0 , h e i g h t = 3 0 0 ' ) ; 
             m y V i e w . l o c a t i o n . h r e f   =   m y u r l ; 
             i f   ( m y V i e w . o p e n e r   = =   n u l l )   m y V i e w . o p e n e r   =   s e l f ;       
         }                                   
         
         f u n c t i o n   c l o s e _ e n t r y ( s c r i p t _ n a m e )   { 
             s e l f . c l o s e ( ) ; 
             o p e n e r . l o c a t i o n   =   s c r i p t _ n a m e ; 
         }                     
         f u n c t i o n   f u l l _ p a t h ( a n c h o r )   
         {   
             l o c a t i o n . h r e f   =   d o c u m e n t . l o c a t i o n   +   a n c h o r ;         
         } 
