ÿþf u n c t i o n   P r i n t T h i s P a g e ( )    
 {    
       v a r   s O p t i o n = " t o o l b a r = y e s , l o c a t i o n = n o , d i r e c t o r i e s = y e s , m e n u b a r = y e s , " ;    
               s O p t i o n + = " s c r o l l b a r s = y e s , w i d t h = 7 5 0 , h e i g h t = 6 0 0 , l e f t = 1 0 0 , t o p = 2 5 " ;    
  
       v a r   s W i n H T M L   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c o n t e n t s t a r t ' ) . i n n e r H T M L ;    
        
       v a r   w i n p r i n t = w i n d o w . o p e n ( " " , " " , s O p t i o n ) ;    
               w i n p r i n t . d o c u m e n t . o p e n ( ) ;    
               w i n p r i n t . d o c u m e n t . w r i t e ( ' < h t m l > < b o d y > ' ) ;    
               w i n p r i n t . d o c u m e n t . w r i t e ( s W i n H T M L ) ;                      
               w i n p r i n t . d o c u m e n t . w r i t e ( ' < / b o d y > < / h t m l > ' ) ;    
               w i n p r i n t . d o c u m e n t . c l o s e ( ) ;    
               w i n p r i n t . f o c u s ( ) ;    
 }  
  
 
