ÿþ	 	 f u n c t i o n   W M _ n e t s c a p e C s s F i x ( )  
 	 	 {  
 	 	         i f   ( d o c u m e n t . W M . W M _ n e t s c a p e C s s F i x . i n i t W i n d o w W i d t h   ! =   w i n d o w . i n n e r W i d t h   | |                           d o c u m e n t . W M . W M _ n e t s c a p e C s s F i x . i n i t W i n d o w H e i g h t   ! =   w i n d o w . i n n e r H e i g h t )  
 	                 {  
 	 	                 d o c u m e n t . l o c a t i o n   =   d o c u m e n t . l o c a t i o n ;  
 	                 }  
 	 	 }  
  
 	 	 f u n c t i o n   W M _ n e t s c a p e C s s F i x C h e c k I n ( )  
 	 	 {  
 	 	         i f   ( ( n a v i g a t o r . a p p N a m e   = =   ' N e t s c a p e ' )   & &   ( p a r s e I n t ( n a v i g a t o r . a p p V e r s i o n )   = =   4 ) )  
 	                 {  
 	 	                 i f   ( t y p e o f   d o c u m e n t . W M   = =   ' u n d e f i n e d ' )  
 	                         {  
 	 	                         d o c u m e n t . W M   =   n e w   O b j e c t ;  
 	                         }  
  
 	 	                 i f   ( t y p e o f   d o c u m e n t . W M . W M _ s c a l e F o n t   = =   ' u n d e f i n e d ' )  
 	                         {  
 	 	                         d o c u m e n t . W M . W M _ n e t s c a p e C s s F i x   =   n e w   O b j e c t ;  
 	 	                         d o c u m e n t . W M . W M _ n e t s c a p e C s s F i x . i n i t W i n d o w W i d t h   =   w i n d o w . i n n e r W i d t h ;  
 	 	                         d o c u m e n t . W M . W M _ n e t s c a p e C s s F i x . i n i t W i n d o w H e i g h t   =   w i n d o w . i n n e r H e i g h t ;  
 	                         }  
  
 	 	                 w i n d o w . o n r e s i z e   =   W M _ n e t s c a p e C s s F i x ;  
 	                 }  
 	 	 }  
  
 	 	 W M _ n e t s c a p e C s s F i x C h e c k I n ( )  
 
