// ECY Lady Marian Photos


var Pic = new Array();
var PicDescription = new Array();
var currentPhoto = 1;

Pic[1] = 'images/fleet/lm1.gif';
PicDescription[1] = 'Lady Marian';

Pic[2] = 'images/fleet/lm2.gif';
PicDescription[2] = 'Galley';

Pic[3] = 'images/fleet/lm3.gif';
PicDescription[3] = 'Main Saloon';

Pic[4] = 'images/fleet/lm4.gif';
PicDescription[4] = 'Master Stateroom';

Pic[5] = 'images/fleet/lm5.gif';
PicDescription[5] = 'Looking aft toward Master Stateroom';

Pic[6] = 'images/fleet/lm6.gif';
PicDescription[6] = 'Nav Station';

Pic[7] = 'images/fleet/lm7.gif';
PicDescription[7] = 'Shower';

Pic[8] = 'images/fleet/lm8.gif';
PicDescription[8] = 'Lady Marina - Dinghy & Outboard';

Pic[9] = 'images/fleet/lm9.gif';
PicDescription[9] = 'Cockpit';

Pic[10] = 'images/fleet/lm10.gif';
PicDescription[10] = 'Lady Marian - Port Side';


