ÿþ/ /   J S c r i p t   F i l e  
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / a i r l i n e . j s ' > < / S C R I P T > " ) ;  
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / i n l a n d . j s ' > < / S C R I P T > " ) ;  
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / t i m e s . j s ' > < / S C R I P T > " ) ;  
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / c a l e n d a r / c a l e n d a r . j s ' > < / S C R I P T > " ) ;  
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / d a t e f u n c t i o n . j s ' > < / S C R I P T > " ) ;      
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / C h a n g e S e r c h . j s ' > < / S C R I P T > " ) ;      
 d o c u m e n t . w r i t e ( " < S C R I P T   l a n g u a g e = j a v a s c r i p t   s r c = ' / j s / G h o s t S e l e c t . j s ' > < / S C R I P T > " ) ;      
  
 f u n c t i o n   o p e n S c r i p t ( u r l ,   w i d t h ,   h e i g h t ) {  
 	 v a r   W i n   =   w i n d o w . o p e n ( u r l , " VnWSÅe8nQ" , ' w i d t h = '   +   w i d t h   +   ' , h e i g h t = '   +   h e i g h t   +   ' , t o p = 2 5 0 ,   l e f t = 4 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   s e l e c t B y V a l u e ( v a l u e , o b j ) {  
     o b j = d o c u m e n t . g e t E l e m e n t B y I d ( o b j ) ;  
     f o r ( v a r   i = 0 ; i < o b j . l e n g t h ; i + + ) {  
         i f ( v a l u e = = o b j [ i ] . v a l u e ) {  
             o b j [ i ] . s e l e c t e d = t r u e ;  
             b r e a k ;  
         }  
     }  
 }  
  
  
 f u n c t i o n   s e l e c t B y T e x t ( v a l u e , o b j ) {  
     o b j = d o c u m e n t . g e t E l e m e n t B y I d ( o b j ) ;  
     f o r ( v a r   i = 0 ; i < o b j . l e n g t h ; i + + ) {  
         i f ( v a l u e = = o b j [ i ] . t e x t ) {  
             o b j [ i ] . s e l e c t e d = t r u e ;  
             b r e a k ;  
         }  
     }  
 }  
  
  
  
 
