ÿþf u n c t i o n   s h o w f o r m ( x )  
 {  
 	 i f ( x ! = ' ' )  
 	 {  
 	 	 v a r   i n d x = w i n d o w . d o c u m e n t . f o r m s [ 0 ] [ x ] . s e l e c t e d I n d e x ;  
 	 	 v a r   v l u e = w i n d o w . d o c u m e n t . f o r m s [ 0 ] [ x ] . o p t i o n s [ i n d x ] . v a l u e ;  
 	 	 w i n d o w . o p e n ( v l u e ) ;  
 	 }  
 	 e l s e  
 	 {  
 	 	 a l e r t ( ' P l e a s e   s e l e c t   a   f o r m   t o   v i e w ! ' ) ;  
 	 }  
 }  
 
