var title         = 'Sleeping Cats';
var intro         = 'Any cat owner has to wonder from time to time if cats do anything other than sleep.  That thought goes through one\'s mind when the cats aren\'t tearing up furniture, begging for food, demanding to be petted, furiously wagging their tails as they stare out the window or are going crazy chasing one another around the house.';
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( 414, 414, 414, 414, 414, 414 );
var minMediumW    = 552;
var minMediumH    = 414;
var maxMediumW    = 552;
var maxMediumH    = 414;
var largeWidth    = new Array( 1024, 1024, 1024, 1024, 1024, 1024 );
var largeHeight   = new Array( 768, 768, 768, 768, 768, 768 );
var minLargeW     = 1024;
var minLargeH     = 768;
var maxLargeW     = 1024;
var maxLargeH     = 768;
var majorCaption  = new Array( 'This plastic contraption that I bought for a few bucks at Wally-World was a big hit with Louise who is obviously distrubed by the camera\'s flash.', 'Her Royal Majesty Princess Louise is NOT happy.  The paparazzi will cease their activities IMMEDIATELY!', 'Fine!', 'Even a princess needs her consort from time to time.', '', 'I wonder if she can feel the pea I put under the bottom pillow?' );
var minorCaption  = new Array( '', '', '', '', '', '' );
var smallPos      = 'left';
var clinks_href   = new Array();
var clinks_txt    = new Array();
var slink_href    = 'http://wclathan.com/Non-Historic_Stuff/non_historic_photos_intro_page.htm';
var slink_txt     = 'Back to Fun Images Intro';

