var imgSrc = ""
var HighPoint4 = new Gallery("HighPoint4"
,"../../_images/centers/HighPt/opening/ribbon_thumb.jpg"
,"../../_images/centers/HighPt/opening/ken_thumb.jpg"
,"../../_images/centers/HighPt/opening/nickels_thumb.jpg"
,"../../_images/centers/HighPt/opening/della_thumb.jpg"
,"../../_images/centers/HighPt/opening/steinbrueck_thumb.jpg"
,"../../_images/centers/HighPt/opening/dance1_thumb.jpg"
,"../../_images/centers/HighPt/opening/dance2_thumb.jpg"
,"../../_images/centers/HighPt/opening/dance3_thumb.jpg"
,"../../_images/centers/HighPt/opening/dance4_thumb.jpg"
,"../../_images/centers/HighPt/opening/stubblefield_thumb.jpg"
,"../../_images/centers/HighPt/opening/laskarin_thumb.jpg"
,"../../_images/centers/HighPt/opening/community_thumb.jpg"
,"../../_images/centers/HighPt/opening/antoinette_thumb.jpg"
,"../../_images/centers/HighPt/opening/gym_thumb.jpg"
,"../../_images/centers/HighPt/opening/talk_thumb.jpg"
,"../../_images/centers/HighPt/opening/group_thumb.jpg"
);

/**** Add Links to Thumbs ***/
HighPoint4.linkImg("ribbon_thumb","../../_images/centers/HighPt/opening/ribbon.jpg","600","450")
HighPoint4.linkImg("ken_thumb","../../_images/centers/HighPt/opening/ken.jpg","600","450")
HighPoint4.linkImg("nickels_thumb","../../_images/centers/HighPt/opening/nickels.jpg","600","450")
HighPoint4.linkImg("della_thumb","../../_images/centers/HighPt/opening/della.jpg","600","450")
HighPoint4.linkImg("steinbrueck_thumb","../../_images/centers/HighPt/opening/steinbrueck.jpg","600","450")
HighPoint4.linkImg("dance1_thumb","../../_images/centers/HighPt/opening/dance1.jpg","600","450")
HighPoint4.linkImg("dance2_thumb","../../_images/centers/HighPt/opening/dance2.jpg","600","450")
HighPoint4.linkImg("dance3_thumb","../../_images/centers/HighPt/opening/dance3.jpg","600","450")
HighPoint4.linkImg("dance4_thumb","../../_images/centers/HighPt/opening/dance4.jpg","600","450")
HighPoint4.linkImg("stubblefield_thumb","../../_images/centers/HighPt/opening/stubblefield.jpg","600","450")
HighPoint4.linkImg("laskarin_thumb","../../_images/centers/HighPt/opening/laskarin.jpg","600","450")
HighPoint4.linkImg("community_thumb","../../_images/centers/HighPt/opening/community.jpg","600","450")
HighPoint4.linkImg("antoinette_thumb","../../_images/centers/HighPt/opening/antoinette.jpg","600","450")
HighPoint4.linkImg("gym_thumb","../../_images/centers/HighPt/opening/gym.jpg","600","450")
HighPoint4.linkImg("talk_thumb","../../_images/centers/HighPt/opening/talk.jpg","600","450")
HighPoint4.linkImg("group_thumb","../../_images/centers/HighPt/opening/group.jpg","600","450")

/**** Add Captions ***/
HighPoint4.addImgCaption("ribbon_thumb","Members of the Seattle City Council join Mayor Greg Nickels, members of the Board of Park Commissioners and the Project Advisory Team join Parks Superintendent in cutting the ribbon to dedicate the new community center.")
HighPoint4.addImgCaption("ken_thumb","Superintendent Ken Bounds")
HighPoint4.addImgCaption("nickels_thumb","Mayor Greg Nickels")
HighPoint4.addImgCaption("della_thumb","Councilmember David Della")
HighPoint4.addImgCaption("steinbrueck_thumb","Councilmember Peter Steinbrueck")
HighPoint4.addImgCaption("dance1_thumb","The West Side Polynesian Dance Club")
HighPoint4.addImgCaption("dance2_thumb","The West Side Polynesian Dance Club")
HighPoint4.addImgCaption("dance3_thumb","The West Side Polynesian Dance Club")
HighPoint4.addImgCaption("dance4_thumb","The West Side Polynesian Dance Club")
HighPoint4.addImgCaption("stubblefield_thumb","Project Advisory Team member David Stubblefield")
HighPoint4.addImgCaption("laskarin_thumb","1 percent For Art artist Daniel Laskarin")
HighPoint4.addImgCaption("community_thumb","Community members attending the grand opening ceremony")
HighPoint4.addImgCaption("antoinette_thumb","Community Center Coordinator Antoinette Daniel")
HighPoint4.addImgCaption("gym_thumb","Councilmember David Della, Southwest Sector Manager Katie Gray and Parks Superintendent Ken Bounds check out the newly refinished gymnasium floor.")
HighPoint4.addImgCaption("talk_thumb","Project Manager Dan Johnson talks with a community member and Parks Planning and Development Manager Erin Devoto.")
HighPoint4.addImgCaption("group_thumb","A group photo. ")

/**** 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>';
HighPoint4.popSkin = POPskin;
/********** DEFINE PROPERTIES *****************************************************/

HighPoint4.addSkinProperties(skinGallery1b);
/* Title Controls Properties */
HighPoint4.titleText = "<DIV align=center>GRAND OPENING</DIV>";
HighPoint4.titleImage = "";
HighPoint4.titleId = "";
HighPoint4.titleClass = "";

/* Previous Controls Properties */
HighPoint4.previousText = "< back";
HighPoint4.previousImage = "";
HighPoint4.previousClass = "nav5";
HighPoint4.previousId = "";

/* Next Controls Properties */
HighPoint4.nextText = "next >";
HighPoint4.nextImage = "";
HighPoint4.nextClass = "nav5";
HighPoint4.nextId = "";

/* Gallery Image Link Properties */
HighPoint4.imgLinkText = "view close-up";
HighPoint4.imgLinkImage = "";
HighPoint4.imgLinkClass = "nav5";
HighPoint4.imgLinkOnImage = true;

HighPoint4.imgLinkId = "viewlink";
HighPoint4.captionClass = "image"
//HighPoint4.labelClass = "";
//HighPoint4.labeld;
HighPoint4.captionId = "imgCaption";

