ÿþ
 
 i m g F r a n 1   =   n e w   A r r a y ( " f o t o s / 0 8 a b r i l 1 0 / f o t o 1 1 . j p g " , 
 
 " f o t o s / 0 8 a b r i l 1 0 / f o t o 1 2 . j p g " , " f o t o s / 0 8 a b r i l 1 0 / f o t o 1 3 . j p g " ) 
 
 	 
 
 	 	 
 
 	 	 
 
 	 t h i s P i c 1   =   0 
 
 	 i m g C t 1   =   2 
 
 f u n c t i o n   A n t e r i o r 1 ( )   { 
 
 	 	 i f   (   t h i s P i c 1   >   0 )   { 
 
 	 	 	 t h i s P i c 1 - - 
 
 	 	 	 d o c u m e n t . f o t o 1 . s r c = i m g F r a n 1 [ t h i s P i c 1 ] ; 
 
 	 	 	 f l e c h a d 1 . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ; 
 
 
 
 	 	 	 } 
 
 	 	 i f   ( t h i s P i c 1   = =   0 )   { 
 
 	 	 	 f l e c h a i 1 . s t y l e . v i s i b i l i t y   =   " h i d d e n " ; 
 
 	 	 	 f l e c h a d 1 . s t y l e . v i s i b i l i t y   =   " v i s i b l e " } 
 
 
 
 	 } 
 
 
 
 	 f u n c t i o n   S i g u i e n t e 1 ( )   { 
 
 t h i s P i c 1 + + 
 
 	 	 i f   (   t h i s P i c 1   <   i m g C t 1 )   { 
 
 	 	 	 d o c u m e n t . f o t o 1 . s r c = i m g F r a n 1 [ t h i s P i c 1 ] ; 
 
 	 	 	 
 
 	 	 	 f l e c h a i 1 . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ; 
 
 	 	 	   } 
 
 	 	 i f   ( t h i s P i c 1   = = 2 )   { 	 	 	 	 	 / * n º   d e   f o t o s   m e n o s   u n o * / 
 
 	 	 	 d o c u m e n t . f o t o 1 . s r c = i m g F r a n 1 [ t h i s P i c 1 ] ; 
 
 	 	 	 f l e c h a d 1 . s t y l e . v i s i b i l i t y   =   " h i d d e n " ; } 
 
 	 	 	 } 
 
 
 
 
 
 
 
 	 
 
 	 	 
 
 	 
