ÿþf u n c t i o n   t r a n s f e r V i e w (   p a g i n a   ,   w i d t h   ,   h e i g h t   ,   f i r s t P a g e ,   l a s t P a g e )   {  
  
 	 v a r   l e f t V a l   =   ( s c r e e n . w i d t h   -   w i d t h )   /   2 ;  
 	 v a r   t o p V a l   =   ( s c r e e n . h e i g h t   -   h e i g h t )   /   2 ;  
 	 c o n d 1   =   " w i d t h = "   +   (   w i d t h   +   0   )   +   " " ;  
 	 c o n d 2   =   " h e i g h t = "   +   (   h e i g h t   +   0   )   +   " " ;  
 	 v a r   d i m   =   c o n d 1   +   " , "   +   c o n d 2   +   " , " ;  
  
 	 f r o m P a g e   =   " n a v i g a t o r . p h p "   +   " ? p a g = "   +   p a g i n a   +   " & f i r s t p = "   +   f i r s t P a g e   +   " & l a s t p = "   +   l a s t P a g e ;  
  
 	 I m a g e W i n d o w   =   w i n d o w . o p e n ( f r o m P a g e ,   " n e w w i n " ,   d i m   +   " t o o l 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 = 0 , m e n u b a r = n o , s t a t u s = n o , l e f t = " + l e f t V a l + " , t o p = " + t o p V a l + " " ) ;  
  
 	 I m a g e W i n d o w . d o c u m e n t . c l o s e ( ) ;  
 	 I m a g e W i n d o w . f o c u s ( ) ;  
      
 }  
  
  
 f u n c t i o n   t r a n s f e r E d i t i o n (   e d   ,   w i d t h   ,   h e i g h t )   {  
  
 	 v a r   l e f t V a l   =   ( s c r e e n . w i d t h   -   w i d t h )   /   2 ;  
 	 v a r   t o p V a l   =   ( s c r e e n . h e i g h t   -   h e i g h t )   /   2 ;  
 	 c o n d 1   =   " w i d t h = "   +   (   w i d t h   +   0   )   +   " " ;  
 	 c o n d 2   =   " h e i g h t = "   +   (   h e i g h t   +   0   )   +   " " ;  
 	 v a r   d i m   =   c o n d 1   +   " , "   +   c o n d 2   +   " , " ;  
      
 	   v a r   s 0   =   " < h t m l > < h e a d > " ;  
 	   v a r   s 1   =   " < t i t l e > "   +   e d   +   " < / t i t l e > "   ;  
 	   v a r   s 2   =   " < s t y l e   t y p e = ' t e x t / c s s ' > " ;  
 	   v a r   s 3   =   " b o d y   { m a r g i n : 0 p x ; } " ;  
 	   v a r   s 4   =   " < / s t y l e > < / h e a d > " ;  
 	    
 	   v a r   b 1   =   " < b o d y > "   ;  
 	   v a r   b 2   =   " < i m g   s r c = ' e d i t i o n s / "   +   e d   +   " - 4 5 0 . j p g '   b o r d e r = 0 > "   ;  
 	   v a r   b 3   =   " < / b o d y > < / h t m l > "   ;  
 	      
 	   I m a g e W i n d o w   =   w i n d o w . o p e n ( " a b o u t : b l a n k " ,   " n e w e d " ,   d i m   +   " t o o l 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 = 0 , m e n u b a r = n o , s t a t u s = n o , l e f t = " + l e f t V a l + " , t o p = " + t o p V a l + " " ) ;  
 	   I m a g e W i n d o w . d o c u m e n t . w r i t e (   s 0   +   s 1   +   s 2   +   s 3   +   s 4   +   b 1   +   b 2   +   b 3   ) ;  
 	   I m a g e W i n d o w . d o c u m e n t . c l o s e ( ) ;  
 	   I m a g e W i n d o w . f o c u s ( ) ;  
      
 } 
