var imgSrc = ""
var IDCGround = new Gallery("IDCGround"
,"../../_images/centers/IDChinatown/dedication1_thumb.jpg"
,"../../_images/centers/IDChinatown/dedication5_thumb.jpg"
,"../../_images/centers/IDChinatown/dedication2_thumb.jpg"
,"../../_images/centers/IDChinatown/dedication3_thumb.jpg"
,"../../_images/centers/IDChinatown/dedication4_thumb.jpg"

);

/**** Add Links to Thumbs ***/
IDCGround.linkImg("dedication1_thumb","../../_images/centers/IDChinatown/dedication1.jpg","800","532")
IDCGround.linkImg("dedication2_thumb","../../_images/centers/IDChinatown/dedication2.jpg","800","600")
IDCGround.linkImg("dedication3_thumb","../../_images/centers/IDChinatown/dedication3.jpg","800","600")
IDCGround.linkImg("dedication4_thumb","../../_images/centers/IDChinatown/dedication4.jpg","800","600")
IDCGround.linkImg("dedication5_thumb","../../_images/centers/IDChinatown/dedication5.jpg","800","600")

/**** Add Captions ***/
IDCGround.addImgCaption("dedication5_thumb","<b>Dedication: Sept 29, 2004</b> ")
IDCGround.addImgCaption("dedication4_thumb","<b>Dedication: Sept 29, 2004</b> ")
IDCGround.addImgCaption("dedication3_thumb","<b>Dedication: Sept 29, 2004</b> ")
IDCGround.addImgCaption("dedication2_thumb","<b>Dedication: Sept 29, 2004</b> ")
IDCGround.addImgCaption("dedication1_thumb","<b>Dedication: Sept 29, 2004</b> ")

/**** 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>';
IDCGround.popSkin = POPskin;
/********** DEFINE PROPERTIES *****************************************************/

IDCGround.addSkinProperties(skinGallery);
/* Title Controls Properties */
IDCGround.titleText = "INTERNATIONAL DISTRICT/CHINATOWN";
IDCGround.titleImage = "";
IDCGround.titleId = "";
IDCGround.titleClass = "";

/* Previous Controls Properties */
IDCGround.previousText = "";
IDCGround.previousImage = "/parks/_images/leftbutton.gif";
IDCGround.previousClass = "gcontrols";
IDCGround.previousId = "";

/* Next Controls Properties */
IDCGround.nextText = "";
IDCGround.nextImage = "/parks/_images/rightbutton.gif";
IDCGround.nextClass = "gcontrols";
IDCGround.nextId = "";

/* Gallery Image Link Properties */
IDCGround.imgLinkText = "";
IDCGround.imgLinkImage = "/parks/_images/view.gif";
IDCGround.imgLinkClass = "";
IDCGround.imgLinkOnImage = true;

IDCGround.imgLinkId = "viewlink";
IDCGround.captionClass = "captions"
//IDCGround.labelClass = "";
//IDCGround.labeld;
IDCGround.captionId = "imgCaption";

