var title         = 'Black Gold Wing';
var intro         = '';
var footer        = '© 2009 - Powered by Aloha-Terry';
var nbImages      = 7;
var smallDir      = 'small';
var mediumDir     = 'medium';
var largeDir      = 'large';
var smallImages   = 1;
var largeImages   = 0;
var currentImage  = 0;
var imageFilename = new Array( '0001.jpg', '0002.jpg', '0003.jpg', '0004.jpg', '0005.jpg', '0006.jpg', '0007.jpg' );
var smallWidth    = new Array( 80, 80, 80, 80, 80, 80, 80 );
var smallHeight   = new Array( 60, 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, 552 );
var mediumHeight  = new Array( 414, 414, 414, 414, 414, 414, 414 );
var minMediumW    = 552;
var minMediumH    = 414;
var maxMediumW    = 552;
var maxMediumH    = 414;
var majorCaption  = new Array( 'Nice striping job...then look a little closer....', 'Side view, of the big Gold Wing again nice looking from this view too...great looking Bike.', 'But these are NOT your usual stripes, these are wider and solid with the fine lines coming off them...', 'On the tank...wider then narrow...With fine lines off the major lines.', 'Trunk with the great same look... with the fine lines at the top.', 'Front view....looks classic until you look close and then see the solid look (or solid lines) in the striping', 'close up front fender...nice job and a very different look when you know what you are looking at...' );
var minorCaption  = new Array( '', '', '', '', '', '', '' );
var smallPos      = 'left';
var clinks_href   = new Array();
var clinks_txt    = new Array();
var slink_href    = 'http://www.signsbyliza.com';
var slink_txt     = '<br> return to main page<br>';
