			function VecImagenes()
			{
			  n=0;
				  this[n++]="cab1.jpg"; 
			  	  this[n++]="cab2.jpg";  
			      this[n++]="cab3.jpg";
			      this[n++]="cab4.jpg";
				  this[n++]="cab5.jpg"; 
				  this[n++]="cab6.jpg"; 
				  this[n++]="cab7.jpg"; 				  	  
				  this.N=n;
			}
