var imgSrc = ""
var livingGreen = new Gallery("livingGreen"
,"../../_images/enviro/livingGreen/plan-front.gif"
,"../../_images/enviro/livingGreen/plan_thumb.gif"
,"../../_images/enviro/livingGreen/model.jpg"
,"../../_images/enviro/livingGreen/annex-old_thumb.jpg"
,"../../_images/enviro/livingGreen/AnnexComesDown_thumb.jpg"
,"../../_images/enviro/livingGreen/pouringConcrete_thumb.jpg"
,"../../_images/enviro/livingGreen/frame1_thumb.jpg"
,"../../_images/enviro/livingGreen/frame2_thumb.jpg"
,"../../_images/enviro/livingGreen/frame3_thumb.jpg"
,"../../_images/enviro/livingGreen/building1_thumb.jpg"
,"../../_images/enviro/livingGreen/building3_thumb.jpg"
,"../../_images/enviro/livingGreen/logs_thumb.jpg"
,"../../_images/enviro/livingGreen/window2_thumb.jpg"
,"../../_images/enviro/livingGreen/salvage_thumb.jpg"
,"../../_images/enviro/livingGreen/barrel_thumb.jpg"
,"../../_images/enviro/livingGreen/path_thumb.jpg"
,"../../_images/enviro/livingGreen/building-done_thumb.jpg"
);

/**** Add Links to Thumbs ***/
livingGreen.linkImg("plan_thumb","../../_images/enviro/livingGreen/plan.gif","600","387")
livingGreen.linkImg("annex-old_thumb","../../_images/enviro/livingGreen/annex-old.jpg","600","450")
livingGreen.linkImg("AnnexComesDown_thumb","../../_images/enviro/livingGreen/AnnexComesDown.jpg","600","450")
livingGreen.linkImg("pouringConcrete_thumb","../../_images/enviro/livingGreen/pouringConcrete.jpg","600","450")
livingGreen.linkImg("frame1_thumb","../../_images/enviro/livingGreen/frame1.jpg","600","450")
livingGreen.linkImg("frame2_thumb","../../_images/enviro/livingGreen/frame2.jpg","600","450")
livingGreen.linkImg("frame3_thumb","../../_images/enviro/livingGreen/frame3.jpg","600","450")
livingGreen.linkImg("building1_thumb","../../_images/enviro/livingGreen/building1.jpg","600","450")
livingGreen.linkImg("building3_thumb","../../_images/enviro/livingGreen/building3.jpg","600","450")
livingGreen.linkImg("logs_thumb","../../_images/enviro/livingGreen/logs.jpg","600","450")
livingGreen.linkImg("window2_thumb","../../_images/enviro/livingGreen/window2.jpg","600","450")
livingGreen.linkImg("salvage_thumb","../../_images/enviro/livingGreen/salvage.jpg","600","450")
livingGreen.linkImg("barrel_thumb","../../_images/enviro/livingGreen/barrel.jpg","600","450")
livingGreen.linkImg("path_thumb","../../_images/enviro/livingGreen/path.jpg","600","450")
livingGreen.linkImg("building-done_thumb","../../_images/enviro/livingGreen/building-done.jpg","600","450")

/**** Add Captions ***/
livingGreen.addImgCaption("plan-front","The design of the front the environmental learning center.<Br>&nbsp;")
livingGreen.addImgCaption("plan_thumb","The floorplan for the center.<br><Br>&nbsp;")
livingGreen.addImgCaption("model","The model for the center.<br><Br>&nbsp;")
livingGreen.addImgCaption("annex-old_thumb","The old annex<br><Br>&nbsp;")
livingGreen.addImgCaption("AnnexComesDown_thumb","82% of demolition &amp; construction waste was recycled.<Br>&nbsp;")
livingGreen.addImgCaption("pouringConcrete_thumb","Pouring the concrete for the foundation of the new building.<Br>&nbsp;")
livingGreen.addImgCaption("frame1_thumb","The frame of the new building goes up.<Br>&nbsp;")
livingGreen.addImgCaption("frame2_thumb","Comprehensive erosion control protected Pipers Creek during construction.")
livingGreen.addImgCaption("frame3_thumb","The frame of the new building goes up (more!).<Br>&nbsp;")
livingGreen.addImgCaption("building3_thumb","Windows across the top provide for daylight and ventilation.<Br>&nbsp;")
livingGreen.addImgCaption("building1_thumb","Cistern (bottom left corner) collects rainwater for toilet flushing.")
livingGreen.addImgCaption("logs_thumb","Utility Poles donated by Seattle City light for solar panels.<Br>&nbsp;")
livingGreen.addImgCaption("window2_thumb","Daylight and intellegent lighting increases energy efficiency.<Br>&nbsp;")
livingGreen.addImgCaption("salvage_thumb","Salvaged poles from other parks projects were used where possible.<Br>&nbsp;")
livingGreen.addImgCaption("barrel_thumb","Rain barrels capture roof water for irrigating plants during their establishment period.")
livingGreen.addImgCaption("path_thumb","Community members and volunteers help complete the landscaping.")
livingGreen.addImgCaption("building-done_thumb","The completed building.<br><br>&nbsp;")

/**** Add Labels ***/

var POPskin = '' +
'<html>\n' +
'<head>\n' +
'<title>**Title**</title>\n' +
'</head>\n' +
'<body style="background-color:#006633;color:#ffffff;font-family:verdana,arial,san-serif;">\n' +
'<table align="center" >\n' +
'<tr>\n' +
'<td align="center" style="border:solid;border-width:1px;border-color:#ffffff;"><img src="**ImageSource**" width="**ImageWidth**" height="**ImageHeight**"></td>\n' +
'</tr>\n' +
'<tr>\n' +
'<td align="left" style="background-color:#f0f0f0;color:#000000;font-family:verdana,arial,san-serif;font-size:10pt; font-weight:normal">**Caption**</td>\n' +
'</tr>\n' +
'<tr>\n' +
'<td align="center"><a href="javascript:this.close();" style="color:#ffffff;font-weight:bold;font-family:verdana,arial,san-serif;">close</a><br>\n' +
'<span style="font-size:8pt; color:#B9E5CE">To save this photo to your computer:<br>\n' +
'right click on the image, then select <b>save picture as</b> from the menu.</span></td>\n' +
'</tr>\n' +
'<table>\n' +
'</body>\n' +
'</html>';
livingGreen.popSkin = POPskin;
/********** DEFINE PROPERTIES *****************************************************/

livingGreen.addSkinProperties(skinGallery);
/* Title Controls Properties */
livingGreen.titleText = "<DIV align=center>BUILDING THE ELC</DIV>";
livingGreen.titleImage = "";
livingGreen.titleId = "";
livingGreen.titleClass = "";

/* Previous Controls Properties */
livingGreen.previousText = "< back";
livingGreen.previousImage = "";
livingGreen.previousClass = "nav5";
livingGreen.previousId = "";

/* Next Controls Properties */
livingGreen.nextText = "next >";
livingGreen.nextImage = "";
livingGreen.nextClass = "nav5";
livingGreen.nextId = "";

/* Gallery Image Link Properties */
livingGreen.imgLinkText = "view close-up";
livingGreen.imgLinkImage = "";
livingGreen.imgLinkClass = "nav5";
livingGreen.imgLinkOnImage = true;

livingGreen.imgLinkId = "viewlink";
livingGreen.captionClass = "image"
//livingGreen.labelClass = "";
//livingGreen.labeld;
livingGreen.captionId = "imgCaption";

