ÿþf u n c t i o n   v i e w ( x ,   y ,   n a m e )   {  
 s c r = ' 0 ' ;  
 i f   ( s c r e e n . w i d t h < x )  
 {  
 	 x = s c r e e n . w i d t h - 2 0 0 ;  
 	 s c r = ' 1 ' ;  
 }  
 i f   ( s c r e e n . h e i g h t < y )  
 {  
 	 y = s c r e e n . h e i g h t - 1 0 0 ;  
 	 s c r = ' 1 ' ;  
 }  
 n e w w i n   =   w i n d o w . o p e n ( " " , " _ b l a n k " , " w i d t h = " + x + " , h e i g h t = " + y + " ,   s c r o l l b a r s = " + s c r + " ,   s t a t u s = 0 " ) ;    
 n e w w i n . d o c u m e n t . w r i t e ( ' < h t m l > < h e a d > < t i t l e > H o m e p a g e   v o n   H e l e n e   B e i t l e r < / t i t l e > < l i n k   h r e f = " s t y l e . c s s "   r e l = " s t y l e s h e e t " > < / h e a d > < b o d y   b g c o l o r = # f f f > < i m g   s r c = ' + n a m e + ' > < / b o d y > < / h t m l > ' ) ; }  
 
