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