// Define arrays
var imageArray=new Array();		// stores image path
var largeImageArray=new Array();	// stores large image path
var pbCaptionArray=new Array();		// stores the pbCaption (displayed above enlarged image)
var altArray=new Array();		// stores image alt text




//*******************************************************************************************
//****                    Edit values of variables from here on                         *****	
//*******************************************************************************************

gallery_link = 'http://www.leoproject.org/gallery/volunteer-projects-gallery/';

// Feel free to add more images to the arrays

// Give the full path of the image 
imageArray[0]='http://www.leoproject.org/images/small/accommodation_1.jpg';
imageArray[1]='http://www.leoproject.org/images/small/accommodation_2.jpg';
imageArray[2]='http://www.leoproject.org/images/small/accommodation_3.jpg';
imageArray[3]='http://www.leoproject.org/images/small/accommodation_4.jpg';
imageArray[4]='http://www.leoproject.org/images/small/community_project_1.jpg';
imageArray[5]='http://www.leoproject.org/images/small/community_project_2.jpg';
imageArray[6]='http://www.leoproject.org/images/small/teaching_english_1.jpg';
imageArray[7]='http://www.leoproject.org/images/small/teaching_english_2.jpg';
imageArray[8]='http://www.leoproject.org/images/small/teaching_english_3.jpg';
imageArray[9]='http://www.leoproject.org/images/small/teaching_english_4.jpg';
imageArray[10]='http://www.leoproject.org/images/small/teaching_english_5.jpg';
imageArray[11]='http://www.leoproject.org/images/small/teaching_english_6.jpg';
imageArray[12]='http://www.leoproject.org/images/small/teaching_english_7.jpg';
imageArray[13]='http://www.leoproject.org/images/small/teaching_english_8.jpg';
imageArray[14]='http://www.leoproject.org/images/small/teaching_english_9.jpg';
imageArray[15]='http://www.leoproject.org/images/small/teaching_english_10.jpg';
imageArray[16]='http://www.leoproject.org/images/small/teaching_english_11.jpg';
imageArray[17]='http://www.leoproject.org/images/small/teaching_english_12.jpg';
imageArray[18]='http://www.leoproject.org/images/small/teaching_english_13.jpg';
imageArray[19]='http://www.leoproject.org/images/small/working_with_children_1.jpg';
imageArray[20]='http://www.leoproject.org/images/small/working_with_children_2.jpg';
imageArray[21]='http://www.leoproject.org/images/small/working_with_children_3.jpg';
imageArray[22]='http://www.leoproject.org/images/small/working_with_children_4.jpg';
imageArray[23]='http://www.leoproject.org/images/small/working_with_children_5.jpg';
imageArray[24]='http://www.leoproject.org/images/small/working_with_children_6.jpg';
imageArray[25]='http://www.leoproject.org/images/small/working_with_children_7.jpg';
imageArray[26]='http://www.leoproject.org/images/small/working_with_children_8.jpg';
imageArray[27]='http://www.leoproject.org/images/small/working_with_children_9.jpg';
imageArray[28]='http://www.leoproject.org/images/small/working_with_children_10.jpg';
imageArray[29]='http://www.leoproject.org/images/small/working_with_children_11.jpg';
imageArray[30]='http://www.leoproject.org/images/small/working_with_elephants_1.jpg';

// Give the full path of the large image 
largeImageArray[0]='http://www.leoproject.org/images/large/accommodation_1.jpg';
largeImageArray[1]='http://www.leoproject.org/images/large/accommodation_2.jpg';
largeImageArray[2]='http://www.leoproject.org/images/large/accommodation_3.jpg';
largeImageArray[3]='http://www.leoproject.org/images/large/accommodation_4.jpg';
largeImageArray[4]='http://www.leoproject.org/images/large/community_project_1.jpg';
largeImageArray[5]='http://www.leoproject.org/images/large/community_project_2.jpg';
largeImageArray[6]='http://www.leoproject.org/images/large/teaching_english_1.jpg';
largeImageArray[7]='http://www.leoproject.org/images/large/teaching_english_2.jpg';
largeImageArray[8]='http://www.leoproject.org/images/large/teaching_english_3.jpg';
largeImageArray[9]='http://www.leoproject.org/images/large/teaching_english_4.jpg';
largeImageArray[10]='http://www.leoproject.org/images/large/teaching_english_5.jpg';
largeImageArray[11]='http://www.leoproject.org/images/large/teaching_english_6.jpg';
largeImageArray[12]='http://www.leoproject.org/images/large/teaching_english_7.jpg';
largeImageArray[13]='http://www.leoproject.org/images/large/teaching_english_8.jpg';
largeImageArray[14]='http://www.leoproject.org/images/large/teaching_english_9.jpg';
largeImageArray[15]='http://www.leoproject.org/images/large/teaching_english_10.jpg';
largeImageArray[16]='http://www.leoproject.org/images/large/teaching_english_11.jpg';
largeImageArray[17]='http://www.leoproject.org/images/large/teaching_english_12.jpg';
largeImageArray[18]='http://www.leoproject.org/images/large/teaching_english_13.jpg';
largeImageArray[19]='http://www.leoproject.org/images/large/working_with_children_1.jpg';
largeImageArray[20]='http://www.leoproject.org/images/large/working_with_children_2.jpg';
largeImageArray[21]='http://www.leoproject.org/images/large/working_with_children_3.jpg';
largeImageArray[22]='http://www.leoproject.org/images/large/working_with_children_4.jpg';
largeImageArray[23]='http://www.leoproject.org/images/large/working_with_children_5.jpg';
largeImageArray[24]='http://www.leoproject.org/images/large/working_with_children_6.jpg';
largeImageArray[25]='http://www.leoproject.org/images/large/working_with_children_7.jpg';
largeImageArray[26]='http://www.leoproject.org/images/large/working_with_children_8.jpg';
largeImageArray[27]='http://www.leoproject.org/images/large/working_with_children_9.jpg';
largeImageArray[28]='http://www.leoproject.org/images/large/working_with_children_10.jpg';
largeImageArray[29]='http://www.leoproject.org/images/large/working_with_children_11.jpg';
largeImageArray[30]='http://www.leoproject.org/images/large/working_with_elephants_1.jpg';

// Give the image alt text. Again, numbers correspond.
altArray[0]='Accommodation in the wonderful country side near one of the volunteer teaching programs in Sri Lanka';
altArray[1]='Beautifull mountains less than 100 meter walk from the volunteer accommodation';
altArray[2]='An amazing lake right next to where the volunteers stay when teaching English in Sri Lanka';
altArray[3]='Ready for a walk in the mountains? Stay at this amazing country side accommodation when volunteering as English teacher in Sri Lanka';
altArray[4]='Help build this school. This is one of the poorer schools in Sri Lanka and in great need of volunteers to help them build';
altArray[5]='The tables and chair could certainly use a bit of work and the blackboard... what blackboard?';
altArray[6]='The smiles on their faces say it all. Teaching English as a volunteer is ever so rewarding';
altArray[7]='Enjoy volunteer teaching in true Sri Lankan style!';
altArray[8]='First time ever to listen to an mp3 player. Sharing the smallest things brings the greatest happiness';
altArray[9]='A typical school in Sri Lanka. Large halls with 4 or 5 classes at once. Can you keep their attention?';
altArray[10]='The children are extremely keen to learn. Do you have what it takes to teach English as a volunteer?';
altArray[11]='In monsoon times the rain comes pouring down, but it remains nicely warm. Still you even get wet inside of the school building';
altArray[12]='Rain doesnt spoil the mood! These children are always smiling. And having you there as volunteer teacher makes their smile even larger';
altArray[13]='Enjoy this happiness yourself. Volunteer as English teaching volunteer in Sri Lanka';
altArray[14]='Always playful, always fun, this is Sri Lanka';
altArray[15]='Some schools have a special class room for English classes. I guess it is to limited the number of kids sneeking in from other classes to learn English';
altArray[16]='Wonderful memories for anyone that ever takes up volunteer English teaching';
altArray[17]='The monday morning summit. Always in English and all students so amazingly well behaved';
altArray[18]='The monday morning summit. Always in English and all students so amazingly well behaved';
altArray[19]='Sports and games at one of the orphanages, organised by volunteers';
altArray[20]='Fun and games. A lovely day, excellent weather and lots of laughter';
altArray[21]='Simple games from our past bring the greatest happiness. Well prepared and executed sports and games day by the volunteers';
altArray[22]='You will notice that having your picture taking is extremely popular amongst the children of Sri Lanka';
altArray[23]='Everyone participates on this great day';
altArray[24]='More fun and games at this Sri Lankan orphanageAs volunteer you can indeed make their lives brighter';
altArray[25]='On the swings';
altArray[26]='A dormitory at one of the orphanages in Sri Lanka. Here is where the children live';
altArray[27]='Blowing bubbles is out of this world! The smallest things bring the biggest smiles';
altArray[28]='Cool sun glases';
altArray[29]='Smile for the camera';
altArray[30]='Bathing elephants at the Elephant orphanage';


// Give the caption for above the enlarged image. Again, numbers correspond.
pbCaptionArray[0]='Accommodation in the wonderful country side near one of the volunteer teaching programs in Sri Lanka';
pbCaptionArray[1]='Beautifull mountains less than 100 meter walk from the volunteer accommodation';
pbCaptionArray[2]='An amazing lake right next to where the volunteers stay when teaching English in Sri Lanka';
pbCaptionArray[3]='Ready for a walk in the mountains? Stay at this amazing country side accommodation when volunteering as English teacher in Sri Lanka';
pbCaptionArray[4]='Help build this school. This is one of the poorer schools in Sri Lanka and in great need of volunteers to help them build';
pbCaptionArray[5]='The tables and chair could certainly use a bit of work and the blackboard... what blackboard?';
pbCaptionArray[6]='The smiles on their faces say it all. Teaching English as a volunteer is ever so rewarding';
pbCaptionArray[7]='Enjoy volunteer teaching in true Sri Lankan style!';
pbCaptionArray[8]='First time ever to listen to an mp3 player. Sharing the smallest things brings the greatest happiness';
pbCaptionArray[9]='A typical school in Sri Lanka. Large halls with 4 or 5 classes at once. Can you keep their attention?';
pbCaptionArray[10]='The children are extremely keen to learn. Do you have what it takes to teach English as a volunteer?';
pbCaptionArray[11]='In monsoon times the rain comes pouring down, but it remains nicely warm. Still you even get wet inside of the school building';
pbCaptionArray[12]='Rain doesnt spoil the mood! These children are always smiling. And having you there as volunteer teacher makes their smile even larger';
pbCaptionArray[13]='Enjoy this happiness yourself. Volunteer as English teaching volunteer in Sri Lanka';
pbCaptionArray[14]='Always playful, always fun, this is Sri Lanka';
pbCaptionArray[15]='Some schools have a special class room for English classes. I guess it is to limited the number of kids sneeking in from other classes to learn English';
pbCaptionArray[16]='Wonderful memories for anyone that ever takes up volunteer English teaching';
pbCaptionArray[17]='The monday morning summit. Always in English and all students so amazingly well behaved';
pbCaptionArray[18]='The monday morning summit. Always in English and all students so amazingly well behaved';
pbCaptionArray[19]='Sports and games at one of the orphanages, organised by volunteers';
pbCaptionArray[20]='Fun and games. A lovely day, excellent weather and lots of laughter';
pbCaptionArray[21]='Simple games from our past bring the greatest happiness. Well prepared and executed sports and games day by the volunteers';
pbCaptionArray[22]='You will notice that having your picture taking is extremely popular amongst the children of Sri Lanka';
pbCaptionArray[23]='Everyone participates on this great day';
pbCaptionArray[24]='More fun and games at this Sri Lankan orphanageAs volunteer you can indeed make their lives brighter';
pbCaptionArray[25]='On the swings';
pbCaptionArray[26]='A dormitory at one of the orphanages in Sri Lanka. Here is where the children live';
pbCaptionArray[27]='Blowing bubbles is out of this world! The smallest things bring the biggest smiles';
pbCaptionArray[28]='Cool sun glases';
pbCaptionArray[29]='Smile for the camera';
pbCaptionArray[30]='Bathing elephants at the Elephant orphanage';

var sspeed = 3;		// scroll speed in pixels per 1/10 second
var sWidth = 670;	// width of the image slider
var sHeight = 130;	// height of the image slider

direction = 'horizontal';	// horizontal or vertical slider?

// Using null will center the image in the screen. Positions are relative to the small image
var largeImageLeft = null	// The position of the left side of the enlarged image in pixels
var largeImageTop = null	// The position of the top side of the enlarged image in pixels 



//*******************************************************************************************
//****                    No more editing after this point                              *****	
//*******************************************************************************************

var sspeedperm = sspeed;	// permanent scroll speed storage variable
var mouseoutspeed = sspeedperm; // mouseoutspeed handles the scroll speed on mouse out.

// prepare the html for in the body
bodyHtml = '<div style="width: '+sWidth+'px; height: '+sHeight+'px; position: relative; text-align: left;">';
bodyHtml = bodyHtml + '<div id="frame" style="width: '+sWidth+'px; height: '+sHeight+'px; position: absolute; clip: rect(0px '+sWidth+'px '+sHeight+'px 0px);">';
bodyHtml = bodyHtml + '<div id="slider" style="width: '+sWidth+'px; height: '+sHeight+'px; position: relative;" onMouseover="sspeed=0" onMouseout="mouseStuff()"></div></div></div>';

// Write html into body
document.write(bodyHtml);
			
for (i=0; i<imageArray.length; i++)
{
	imagesHtml=imagesHtml+'<img id="image'+i+'" src="'+imageArray[i]+'" alt="'+altArray[i]+'" border=0>';
}
slider = document.getElementById('slider');
slider.innerHTML = imagesHtml;

window.onload=function(){startSlider()};

