var title         = 'Peeping Tom';
var intro         = 'This little series of photos came from what I consider to be a rather funny incident.  Cats are so nosey.  The yellow tabby in these photos lives down the street.';
var footer        = '© 2007 - Powered by Porta';
var nbImages      = 6;
var smallDir      = 'small';
var mediumDir     = 'medium';
var largeDir      = 'large';
var smallImages   = 1;
var largeImages   = 1;
var currentImage  = -1;
var imageFilename = new Array( '0001.jpg', '0002.jpg', '0003.jpg', '0004.jpg', '0005.jpg', '0006.jpg' );
var smallWidth    = new Array( 80, 80, 80, 80, 80, 80 );
var smallHeight   = new Array( 60, 60, 60, 60, 60, 60 );
var minSmallW     = 80;
var minSmallH     = 60;
var maxSmallW     = 80;
var maxSmallH     = 60;
var mediumWidth   = new Array( 552, 552, 552, 552, 552, 552 );
var mediumHeight  = new Array( 412, 414, 414, 414, 414, 414 );
var minMediumW    = 552;
var minMediumH    = 412;
var maxMediumW    = 552;
var maxMediumH    = 414;
var largeWidth    = new Array( 1024, 1024, 1024, 1024, 1024, 1024 );
var largeHeight   = new Array( 765, 768, 768, 768, 768, 768 );
var minLargeW     = 1024;
var minLargeH     = 765;
var maxLargeW     = 1024;
var maxLargeH     = 768;
var majorCaption  = new Array( 'Is this guy a \"Peeping Tom\" or a \"Cat Burglar\"?', 'Hmm, he sure is looking the place over.  Read a book once where a human burglar used a trained cat to climb in houses and unlock the doors.', 'George arrives and now the \"Peeping Tom\" fains a lack of interest.', 'George decided he might need help and went to fetch Louise.', 'Louise takes over.  Notice the \"Peeping Tom\" longer appears as relaxed now that Louise is on the job.', '' );
var minorCaption  = new Array( '1/100 s, f/3.3, 15 mm', '1/30 s, f/3.3, 15 mm', '1/30 s, f/3.2, 9 mm', '1/40 s, f/3.2, 8 mm', '1/40 s, f/3.2, 8 mm', '1/60 s, f/3.2, 48 mm' );
var smallPos      = 'left';
var clinks_href   = new Array();
var clinks_txt    = new Array();
var slink_href    = 'http://wclathan.com/Non-Historic_Stuff/pets.htm';
var slink_txt     = 'More Photos';

