
//===== Adjustable Globals =====//
var pause        = 8000;
var fadeInterval = 80;



//===== Gallery Arrays Begin =====//
var MyGallery = new Array();
MyGallery[1] = 'photos/foto1.png';
MyGallery[2] = 'photos/foto2.png';
MyGallery[3] = 'photos/foto3.png';
MyGallery[4] = 'photos/foto4.png';
//MyGallery[5] = 'photos/foto5.png';



//var MyGallery2 = new Array();
//MyGallery2[1] = 'images/image-01.jpg|';
//MyGallery2[2] = 'images/image-03.jpg';
//MyGallery2[3] = 'images/image-05.jpg|image05.htm';


//var MyGallery3 = new Array();
//MyGallery3[1] = 'images/image-01.jpg';
//MyGallery3[2] = 'images/image-02.jpg';
//MyGallery3[3] = 'images/image-03.jpg';
//MyGallery3[4] = 'images/image-04.jpg';
//MyGallery3[5] = 'images/image-05.jpg';
//MyGallery3[6] = 'images/image-06.jpg';
//MyGallery3[7] = 'images/image-07.jpg';
//MyGallery3[8] = 'images/image-08.jpg';
//MyGallery3[9] = 'images/image-09.jpg';
//MyGallery3[10] = 'images/image-10.jpg';
//===== Gallery Arrays End =====//

// -->


