þÿ  
 f u n c t i o n   M o d u l o ( )   {  
 v a r   t i t l e   =   d o c u m e n t . m o d u l o . t e x t _ t i t l e . v a l u e ;  
 v a r   d e s c r i p t i o n _ t i t l e   =   d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . v a l u e ;  
 v a r   k e y w o r d   =   d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . v a l u e ;  
 v a r   e m a i l   =   d o c u m e n t . m o d u l o . e m a i l . v a l u e ;  
 v a r   t i t l e l o n g   =   d o c u m e n t . m o d u l o . t e x t _ t i t l e . v a l u e . l e n g t h ;  
 v a r   d e s c r i p t i o n l o n g   =   d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . v a l u e . l e n g t h ;  
 v a r   k e y w o r d l o n g   =   d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . v a l u e . l e n g t h ;  
 v a r   e m a i l _ r e g _ e x p   =   / ^ ( [ a - z A - Z 0 - 9 _ \ . \ - ] ) + \ @ ( ( [ a - z A - Z 0 - 9 \ - ] { 2 , } ) + \ . ) + ( [ a - z A - Z 0 - 9 ] { 2 , } ) + $ / ;  
 i f   ( ( t i t l e   = =   " " )   | |   ( t i t l e   = =   " u n d e f i n e d " )   | |   ( t i t l e l o n g   < = 5 )   )   {  
 a l e r t ( " T i t l e   O b b l i g a t o r y   M i n   6   C h a r . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ t i t l e . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }  
 e l s e   i f   ( ( d e s c r i p t i o n _ t i t l e   = =   " " )   | |   ( d e s c r i p t i o n _ t i t l e   = =   " u n d e f i n e d " )   | |   ( d e s c r i p t i o n l o n g   < = 5 ) )   {  
 a l e r t ( " D e s c r i p t i o n   O b b l i g a t o r y   M i n 6   C h a r . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }  
 e l s e   i f   ( ( k e y w o r d   = =   " " )   | |   ( k e y w o r d   = =   " u n d e f i n e d " )   | |   ( k e y w o r d l o n g   < = 5 ) )   {  
 a l e r t ( " K e y w o r d   O b b l i g a t i r y   M i n   6   C h a r . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }  
 e l s e   i f   ( ! ( e m a i l = = " "   | |   e m a i l   = =   " u n d e f i n e d " ) ) {  
 i f   ( ! e m a i l _ r e g _ e x p . t e s t ( e m a i l ) ) {  
 a l e r t ( " I n s e r i r t   a   E - M a i l   C o r r e c t . " ) ;  
 d o c u m e n t . m o d u l o . e m a i l . f o c u s ( ) ;  
 r e t u r n   f a l s e ; } } 	 	  
 { d o c u m e n t . m o d u l o . a c t i o n   =   " M e t a _ T a g _ G e n e r a t o r / G e n e r a t o r e _ d i _ M e t a _ T a g . a s p " ;  
   d o c u m e n t . m o d u l o . s u b m i t ( ) ; } }  
 f u n c t i o n   c o n t a t ( )   {  
 v a r   c o u n t e r t   =   d o c u m e n t . m o d u l o . c o n t a t o r e 1 . v a l u e   =   d o c u m e n t . m o d u l o . t e x t _ t i t l e . v a l u e . l e n g t h ;  
 i f   ( c o u n t e r t   > = 1 3 0 ) {  
 a l e r t ( " L i m i t   M a x   C h a r   R e a c h e d . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ t i t l e . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }  
 i f   ( c o u n t e r t   > 5 ) {  
 i n d e x = 1 ;  
 p i n d e x = 0 ;  
 e n d w h i l e = 0  
 b o d y t = d o c u m e n t . m o d u l o . t e x t _ t i t l e . v a l u e ;  
 b o d y l = b o d y t . t o L o w e r C a s e ( )  
 f i n a l f s = b o d y l . i n d e x O f ( " . " , b o d y l . l e n g t h - 1 ) ;  
 i f ( f i n a l f s > = 0 )  
 b o d y l = b o d y l . s u b s t r i n g ( 0 , b o d y l . l e n g t h - 1 ) ;  
 w h i l e ( i n d e x > = 0 ) {  
 i n d e x   =   b o d y l . i n d e x O f ( " < " , 0 ) ;  
 i f   ( i n d e x   > =   0 ) {  
 p i n d e x   =   b o d y l . i n d e x O f ( " > " , i n d e x ) ;  
 b o d y a n k = b o d y l . s u b s t r i n g ( i n d e x , p i n d e x + 1 ) ;  
 b o d y l = b o d y l . r e p l a c e ( b o d y a n k , "   " ) ;  
 b o d y l = b o d y l . r e p l a c e ( " .   " , "   " ) ;  
 b o d y l = b o d y l . r e p l a c e ( " @   " , "   " ) ;  
 b o d y l = b o d y l . r e p l a c e ( " < " , "   " ) ;  
 b o d y l = b o d y l . r e p l a c e ( " > " , "   " ) ; } }  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < b o d y l . l e n g t h ;   i + + ) {  
 o n e _ c h r = b o d y l . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = b o d y l . c h a r A t ( i ) ;  
 } e l s e { r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 b o d y l = r m _ e x t _ c h a r . s p l i t ( "   " ) ;  
 r m _ s _ d = " " ;  
 f u l l _ t e x t = " " ;  
 c o u n t = 0  
 f o r ( i = 0 ;   i < b o d y l . l e n g t h ;   i + + ) { r m _ s _ d = b o d y l [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 2 ) {  
 c o u n t = c o u n t + 1 ;  
 f u l l _ t e x t = f u l l _ t e x t + "   " + r m _ s _ d ; } }  
 i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) {  
 k f = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < k f . l e n g t h ;   i + + ) { o n e _ c h r = k f . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = k f . c h a r A t ( i ) ;  
 } e l s e { r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 k f = r m _ e x t _ c h a r ;  
 k s l e n = k f . s p l i t ( "   " ) ;  
 i f ( k s l e n . l e n g t h > 1 ) { k f = k f . t o L o w e r C a s e ( )  
 c o u n t k f = 0 . 1 ;  
 k f t o t a l = 0 ;  
 w h i l e ( c o u n t k f > = 0 ) { i f   ( c o u n t k f > = 0 . 1   & &   c o u n t k f < 0 . 2 ) {  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , 0 ) ; } e l s e {  
 e n d = c o u n t k f + k f . l e n g t h ;  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , e n d ) ; }  
 i f   ( c o u n t k f   > =   0 ) { k f t o t a l = k f t o t a l + 1 ; } }  
 i f   ( k s l e n . l e n g t h > c o u n t )  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ t i t l e . v a l u e = 0 ;  
 e l s e  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ t i t l e . v a l u e = m a t h _ r o u n d ( k f t o t a l / ( c o u n t + 1 - k s l e n . l e n g t h ) * 1 0 0 , 1 ) ;  
 } e l s e { i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) {  
 k 1 = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 k l = k 1 . t o L o w e r C a s e ( )  
 k s = k 1 + " s " ;  
 c o u n t k 1 = 0 ;  
 f o r ( i = 0 ;   i < b o d y l . l e n g t h ;   i + + ) { r m _ s _ d = b o d y l [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 1 ) { i f   ( r m _ s _ d = = k l   | |   r m _ s _ d = = k s ) { c o u n t k 1 = c o u n t k 1 + 1 ; } } }  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ t i t l e . v a l u e = m a t h _ r o u n d ( c o u n t k 1 / c o u n t * 1 0 0 , 1 ) ; } } }  
 r e t u r n   ( f a l s e ) ; } e l s e {  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ t i t l e . v a l u e = 0 ; }  
 r e t u r n   ( f a l s e ) ; }  
 f u n c t i o n   c o n t a d ( )   {  
 v a r   c o u n t e r d   =   d o c u m e n t . m o d u l o . c o n t a t o r e 2 . v a l u e   =   d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . v a l u e . l e n g t h ;  
 i f   ( c o u n t e r d   > = 2 5 0 ) {  
 a l e r t ( " L i m i t   M a x   C h a r   R e a c h e d . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }  
 i f   ( c o u n t e r d   > 5 ) {  
 i n d e x = 1 ;  
 p i n d e x = 0 ;  
 e n d w h i l e = 0  
 b o d y u = d o c u m e n t . m o d u l o . t e x t _ d e s c r i p t i o n . v a l u e ;  
 b o d y m = b o d y u . t o L o w e r C a s e ( )  
 f i n a l f s = b o d y m . i n d e x O f ( " . " , b o d y m . l e n g t h - 1 ) ;  
 i f ( f i n a l f s > = 0 )  
 b o d y m = b o d y m . s u b s t r i n g ( 0 , b o d y m . l e n g t h - 1 ) ;  
 w h i l e ( i n d e x > = 0 ) { i n d e x   =   b o d y m . i n d e x O f ( " < " , 0 ) ;  
 i f   ( i n d e x   > =   0 ) { p i n d e x   =   b o d y m . i n d e x O f ( " > " , i n d e x ) ;  
 b o d y a n k = b o d y m . s u b s t r i n g ( i n d e x , p i n d e x + 1 ) ;  
 b o d y m = b o d y m . r e p l a c e ( b o d y a n k , "   " ) ;  
 b o d y m = b o d y m . r e p l a c e ( " .   " , "   " ) ;  
 b o d y m = b o d y m . r e p l a c e ( " @   " , "   " ) ;  
 b o d y l = b o d y m . r e p l a c e ( " < " , "   " ) ;  
 b o d y m = b o d y m . r e p l a c e ( " > " , "   " ) ; } }  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < b o d y m . l e n g t h ;   i + + ) { o n e _ c h r = b o d y m . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = b o d y m . c h a r A t ( i ) ; } e l s e {  
 r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 b o d y m = r m _ e x t _ c h a r . s p l i t ( "   " ) ;  
 r m _ s _ d = " " ;  
 f u l l _ t e x t = " " ;  
 c o u n t = 0  
 f o r ( i = 0 ;   i < b o d y m . l e n g t h ;   i + + ) { r m _ s _ d = b o d y m [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 2 ) { c o u n t = c o u n t + 1 ;  
 f u l l _ t e x t = f u l l _ t e x t + "   " + r m _ s _ d ; } }  
 i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) {  
 k f = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < k f . l e n g t h ;   i + + ) { o n e _ c h r = k f . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = k f . c h a r A t ( i ) ; } e l s e {  
 r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 k f = r m _ e x t _ c h a r ;  
 k s l e n = k f . s p l i t ( "   " ) ;  
 i f ( k s l e n . l e n g t h > 1 ) { k f = k f . t o L o w e r C a s e ( )  
 c o u n t k f = 0 . 1 ;  
 k f t o t a l = 0 ;  
 w h i l e ( c o u n t k f > = 0 ) { i f   ( c o u n t k f > = 0 . 1   & &   c o u n t k f < 0 . 2 ) {  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , 0 ) ; } e l s e {  
 e n d = c o u n t k f + k f . l e n g t h ;  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , e n d ) ; }  
 i f   ( c o u n t k f   > =   0 ) { k f t o t a l = k f t o t a l + 1 ; } }  
 i f   ( k s l e n . l e n g t h > c o u n t )  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ d e s c r i p t i o n . v a l u e = 0 ;  
 e l s e  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ d e s c r i p t i o n . v a l u e = m a t h _ r o u n d ( k f t o t a l / ( c o u n t + 1 - k s l e n . l e n g t h ) * 1 0 0 , 1 ) ;  
 } e l s e { i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) {  
 k 2 = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 k l = k 2 . t o L o w e r C a s e ( )  
 k s = k 2 + " s " ;  
 c o u n t k 2 = 0 ;  
 f o r ( i = 0 ;   i < b o d y m . l e n g t h ;   i + + ) { r m _ s _ d = b o d y m [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 1 ) { i f   ( r m _ s _ d = = k l   | |   r m _ s _ d = = k s ) { c o u n t k 2 = c o u n t k 2 + 1 ; } } }  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ d e s c r i p t i o n . v a l u e = m a t h _ r o u n d ( c o u n t k 2 / c o u n t * 1 0 0 , 1 ) ; } } }  
 r e t u r n   ( f a l s e ) ; }  
 e l s e { d o c u m e n t . m o d u l o . f r e q u e n c y _ d e s c r i p t i o n . v a l u e = 0 ; }      
 r e t u r n   ( f a l s e ) ; }  
 f u n c t i o n   e x p a n d i t ( c u r o b j ) {  
 f o l d e r = n s 6 ? c u r o b j . n e x t S i b l i n g . n e x t S i b l i n g . s t y l e : d o c u m e n t . a l l [ c u r o b j . s o u r c e I n d e x + 1 ] . s t y l e  
 i f   ( f o l d e r . d i s p l a y = = " n o n e " )  
 f o l d e r . d i s p l a y = " "  
 e l s e  
 f o l d e r . d i s p l a y = " n o n e "  
 } f u n c t i o n   c o n t a k ( )   {  
 v a r   c o u n t e r k   =   d o c u m e n t . m o d u l o . c o n t a t o r e 3 . v a l u e   =   d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . v a l u e . l e n g t h ;  
 i f   ( c o u n t e r k   > = 2 0 0 ) {  
 a l e r t ( " L i m i t   M a x   C h a r   R e a c h e d . " ) ;  
 d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . f o c u s ( ) ;  
 r e t u r n   f a l s e ; }                
 i f   ( c o u n t e r k   > 5 ) {  
 i n d e x = 1 ;  
 p i n d e x = 0 ;  
 e n d w h i l e = 0  
 b o d y x = d o c u m e n t . m o d u l o . t e x t _ k e y w o r d . v a l u e ;  
 b o d y z = b o d y x . t o L o w e r C a s e ( )  
 f i n a l f s = b o d y z . i n d e x O f ( " . " , b o d y z . l e n g t h - 1 ) ;  
 i f ( f i n a l f s > = 0 )  
 b o d y z = b o d y z . s u b s t r i n g ( 0 , b o d y z . l e n g t h - 1 ) ;  
 w h i l e ( i n d e x > = 0 ) { i n d e x   =   b o d y z . i n d e x O f ( " < " , 0 ) ;  
 i f   ( i n d e x   > =   0 ) { p i n d e x   =   b o d y z . i n d e x O f ( " > " , i n d e x ) ;  
 b o d y a n k = b o d y z . s u b s t r i n g ( i n d e x , p i n d e x + 1 ) ;  
 b o d y z = b o d y z . r e p l a c e ( b o d y a n k , "   " ) ;  
 b o d y z = b o d y z . r e p l a c e ( " .   " , "   " ) ;  
 b o d y z = b o d y z . r e p l a c e ( " @   " , "   " ) ;  
 b o d y z = b o d y z . r e p l a c e ( " < " , "   " ) ;  
 b o d y z = b o d y z . r e p l a c e ( " > " , "   " ) ; } }  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < b o d y z . l e n g t h ;   i + + ) { o n e _ c h r = b o d y z . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = b o d y z . c h a r A t ( i ) ; } e l s e {  
 r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 b o d y z = r m _ e x t _ c h a r . s p l i t ( "   " ) ;  
 r m _ s _ d = " " ;  
 f u l l _ t e x t = " " ;  
 c o u n t = 0  
 f o r ( i = 0 ;   i < b o d y z . l e n g t h ;   i + + ) {  
 r m _ s _ d = b o d y z [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 2 ) { c o u n t = c o u n t + 1 ;  
 f u l l _ t e x t = f u l l _ t e x t + "   " + r m _ s _ d ; } }  
 i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) { k f = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 r m _ e x t _ c h a r = " " ;  
 r e a l _ c h r = " " ;  
 f o r ( i = 0 ;   i < k f . l e n g t h ;   i + + ) { o n e _ c h r = k f . c h a r C o d e A t ( i ) ;  
 i f   ( ( o n e _ c h r > = 6 5   & &   o n e _ c h r < = 9 0 )   | |   ( o n e _ c h r > = 9 7   & &   o n e _ c h r < = 1 2 2 )   | |   ( o n e _ c h r > = 4 8   & &   o n e _ c h r < = 5 7 ) ) {  
 r e a l _ c h r = k f . c h a r A t ( i ) ; } e l s e {  
 r e a l _ c h r = "   " ; }  
 r m _ e x t _ c h a r = r m _ e x t _ c h a r + r e a l _ c h r }  
 k f = r m _ e x t _ c h a r ;  
 k s l e n = k f . s p l i t ( "   " ) ;  
 i f ( k s l e n . l e n g t h > 1 ) { k f = k f . t o L o w e r C a s e ( )  
 c o u n t k f = 0 . 1 ;  
 k f t o t a l = 0 ;  
 w h i l e ( c o u n t k f > = 0 ) { i f   ( c o u n t k f > = 0 . 1   & &   c o u n t k f < 0 . 2 ) {  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , 0 ) ; }  
 e l s e { e n d = c o u n t k f + k f . l e n g t h ;  
 c o u n t k f   =   f u l l _ t e x t . i n d e x O f ( k f , e n d ) ; }  
 i f   ( c o u n t k f   > =   0 ) { k f t o t a l = k f t o t a l + 1 ; } }  
 i f   ( k s l e n . l e n g t h > c o u n t )  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ k e y w o r d . v a l u e = 0 ;  
 e l s e  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ k e y w o r d . v a l u e = m a t h _ r o u n d ( k f t o t a l / ( c o u n t + 1 - k s l e n . l e n g t h ) * 1 0 0 , 1 ) ;  
 } e l s e { i f   ( d o c u m e n t . k e y w o r d . k e y . v a l u e ! = " " ) {  
 k 3 = d o c u m e n t . k e y w o r d . k e y . v a l u e ;  
 k l = k 3 . t o L o w e r C a s e ( )  
 k s = k 3 + " s " ;  
 c o u n t k 3 = 0 ;  
 f o r ( i = 0 ;   i < b o d y z . l e n g t h ;   i + + ) { r m _ s _ d = b o d y z [ i ] ;  
 i f   ( r m _ s _ d . l e n g t h > 1 ) { i f   ( r m _ s _ d = = k l   | |   r m _ s _ d = = k s ) { c o u n t k 3 = c o u n t k 3 + 1 ; } } }  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ k e y w o r d . v a l u e = m a t h _ r o u n d ( c o u n t k 3 / c o u n t * 1 0 0 , 1 ) ; } } }  
 r e t u r n   ( f a l s e ) ; } e l s e {  
 d o c u m e n t . m o d u l o . f r e q u e n c y _ k e y w o r d . v a l u e = 0 ; }      
 r e t u r n   ( f a l s e ) ; }  
 f u n c t i o n   o p e n _ p o p ( n a m e ,   u r l ,   l e f t ,   t o p ,   w i d t h ,   h e i g h t ,   t o o l b a r ,   m e n u b a r ,   s t a t u s b a r ,   s c r o l l b a r ,   r e s i z a b l e )  
 { t o o l b a r _ s t r   =   t o o l b a r   ?   ' y e s '   :   ' n o ' ;  
 m e n u b a r _ s t r   =   m e n u b a r   ?   ' y e s '   :   ' n o ' ;  
 s t a t u s b a r _ s t r   =   s t a t u s b a r   ?   ' y e s '   :   ' n o ' ;  
 s c r o l l b a r _ s t r   =   s c r o l l b a r   ?   ' y e s '   :   ' n o ' ;  
 r e s i z a b l e _ s t r   =   r e s i z a b l e   ?   ' y e s '   :   ' n o ' ;  
 w i n d o w . o p e n ( u r l ,   n a m e ,   ' l e f t = ' + l e f t + ' , t o p = ' + t o p + ' , w i d t h = ' + w i d t h + ' , h e i g h t = ' + h e i g h t + ' , t o o l b a r = ' + t o o l b a r _ s t r + ' , m e n u b a r = ' + m e n u b a r _ s t r + ' , s t a t u s = ' + s t a t u s b a r _ s t r + ' , s c r o l l b a r s = ' + s c r o l l b a r _ s t r + ' , r e s i z a b l e = ' + r e s i z a b l e _ s t r ) ; }  
 f u n c t i o n   c o p i a ( a r e a )   {  
 v a r   a p p o g g i o = e v a l ( " d o c u m e n t . " + a r e a )  
 a p p o g g i o . f o c u s ( )  
 a p p o g g i o . s e l e c t ( )  
 i n t e r v a l l o = a p p o g g i o . c r e a t e T e x t R a n g e ( )  
 i n t e r v a l l o . e x e c C o m m a n d ( " C o p y " ) }  

