ÿþf u n c t i o n   S e t H e i g h t 2 ( s t r )  
 {  
 	 v a r   x , y ;  
 	 / /   >1I89  A8=B0:A8A 
 	 i f   ( s e l f . i n n e r H e i g h t )   {  
 	         x   =   s e l f . i n n e r W i d t h ;  
 	         y   =   s e l f . i n n e r H e i g h t ;  
 	 / /   I E   6   S t r i c t   M o d e  
 	 }   e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t )   {  
 	         x   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t W i d t h ;  
 	         y   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ;  
 	 / /   AB0;L=K5  25@A88  I E  
 	 }   e l s e   i f   ( d o c u m e n t . b o d y )   {  
 	         x   =   d o c u m e n t . b o d y . c l i e n t W i d t h ;  
 	         y   =   d o c u m e n t . b o d y . c l i e n t H e i g h t ;  
 	 }  
 	 y   =   y   -   3 9 9 ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( s t r ) . s e t A t t r i b u t e ( " h e i g h t " , y )  
 / / a l e r t ( " (8@8=0:   " + x + " \ n KA>B0:   " + y ) ;  
 }  
  
 f u n c t i o n   s e t D i s a b l e d ( )   {  
 	 v a r   b u t t o n   =   d o c u m e n t . g e t E l e m e n t B y I d ( " s u b m i t _ o r d e r " ) ;  
 	 b u t t o n . d i s a b l e d   =   t r u e ;  
 }  
 f u n c t i o n   s e t E n a b l e d ( )   {  
 	 v a r   b u t t o n   =   d o c u m e n t . g e t E l e m e n t B y I d ( " s u b m i t _ o r d e r " ) ;  
 	 b u t t o n . d i s a b l e d   =   f a l s e ;  
 }  
 
