var ssPhotos = new Array();
var ssCaptions = new Array();


/*

INSTRUCTIONS:

The two lines above should not be altered.

Speed is represented in milliseconds, thus:
10000   = 10 seconds
 5000    =  5 seconds
  500     = .5 seconds

And so on.

To add new feature images/captions, simply duplicate the final 
two lines of this document, increase the number by one, and
edit the caption and photo filename.  Keep in mind that single
quotes (') are used to enclose  both the caption and file name -
if the caption contains a single quote (ie. "don't") it must be
"escaped" using the backslash (ie. "don\'t").

*/



var speed = 5000; 

ssPhotos[0]         = 'img/feature_pic_InGaAs.jpg';
ssCaptions[0]      = 'Full array of high speed, high resolution SWIR products';

ssPhotos[1]         = 'img/feature_pic_Swir.jpg';
ssCaptions[1]      = 'Seeing through haze & fog with SWIR';

ssPhotos[2]         = 'img/feature_pic_DustyScene.jpg';
ssCaptions[2]      = 'Seeing through dust with SWIR';

ssPhotos[3]         = 'img/feature_pic_Lens.jpg';
ssCaptions[3]      = 'SOLO 50 - New SWIR Optimized Lens Option';

ssPhotos[4]         = 'img/feature_pic_FireScene.jpg';
ssCaptions[4]      = 'Seeing through smoke with SWIR';

ssPhotos[5]         = 'img/feature_pic_RetinalScan.jpg';
ssCaptions[5]      = 'Optical Coherence Tomography with SWIR';

ssPhotos[6]         = 'img/feature_pic_Wafer.jpg';
ssCaptions[6]      = 'Seeing through silicon with SWIR ';

ssPhotos[7]         = 'img/feature_pic_Photovoltaics.jpg';
ssCaptions[7]      = 'Seeing through solar cells with SWIR ';

ssPhotos[8]         = 'img/feature_pic_Astronomy.jpg';
ssCaptions[8]      = 'Seeing in space with SWIR ';

ssPhotos[9]         = 'img/feature_pic_LCROSS.jpg';
ssCaptions[9]      = 'SWIR on LCROSS Mission To Moon ';