// JavaScript Document

var captions = new Array(
						 'Cross Shoes',	//	this one is the first part of the caption for this project
						  'Logo',		//	these are the second halves
						  'Shoe Packaging',
						  'Shoe Packaging',
						  'Shoe Packaging',
						 '3d Image'
						 );
						 // add more here if needed, separated by commas