var title         = 'Welcome To Charles Frey\'s Gallery';
var intro         = '<br>\"I am a photographer from San Diego, CA. I really love taking pics of subjects which are from the yesteryear days. The Motor Transport Museum is one of these great places, which allow me that chance to explore this possibility.<br><br>The photos I take at the MTM, I like to process them and make it feel like that they were taken back in time, to the era they are from. I like to employ some cross processing techniques, as well as throw some texture overlays on them, to sort of \"dirty\" them up a bit. I do this, because sometimes digital photography, which I use exclusively, can be too good and too clean of a look. It would be like applying some wax to a rusty old car and trying to polish it. The look I like is a bit of a worn-out look, which seems fitting for most of what you see at the MTM. The trick is to not go to overboard and find the right balance between reality and artistic creativity.\"<br><br>~Charlie';
var footer        = ' By permission of the Motor Transport Museum / Charles Frey© 2008- ';
var nbImages      = 10;
var smallDir      = 'small';
var mediumDir     = 'medium';
var largeDir      = 'large';
var smallImages   = 1;
var largeImages   = 0;
var currentImage  = -1;
var imageFilename = new Array( '0001.jpg', '0002.jpg', '0003.jpg', '0004.jpg', '0005.jpg', '0006.jpg', '0007.jpg', '0008.jpg', '0009.jpg', '0010.jpg' );
var smallWidth    = new Array( 65, 65, 65, 65, 65, 65, 65, 65, 65, 65 );
var smallHeight   = new Array( 65, 65, 65, 65, 65, 65, 65, 65, 65, 65 );
var minSmallW     = 65;
var minSmallH     = 65;
var maxSmallW     = 65;
var maxSmallH     = 65;
var mediumWidth   = new Array( 552, 552, 552, 552, 552, 368, 552, 368, 552, 552 );
var mediumHeight  = new Array( 368, 368, 368, 368, 368, 552, 552, 552, 368, 368 );
var minMediumW    = 368;
var minMediumH    = 368;
var maxMediumW    = 552;
var maxMediumH    = 552;
var majorCaption  = new Array( 'January\'s Calendar Contest Winner', '', '', '', '', '', '', '', '', '' );
var minorCaption  = new Array( '', '', '', '', '', '', '', '', '', '' );
var smallPos      = 'left';
var clinks_href   = new Array();
var clinks_txt    = new Array();
var slink_href    = 'http://www.freyphotos.com';
var slink_txt     = 'My photography website';

