var imgSrc = ""
var hiawatha = new Gallery("hiawatha"
,"../_images/centers/hiawatha/workingKids.jpg"
,"../_images/centers/hiawatha/pancakeBreakfast_thumb.jpg"
,"../_images/centers/hiawatha/smilers_thumb.jpg"
,"../_images/centers/hiawatha/dancing_thumb.jpg"
,"../_images/centers/hiawatha/dance-mideast_thumb.jpg"
,"../_images/centers/hiawatha/runner_thumb.jpg"
,"../_images/centers/hiawatha/playgroundkids_thumb.jpg"

);

/**** Add Links to Thumbs ***/

/**** Add Captions ***/

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**" alt="Hiawatha Community Center"></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>';
hiawatha.popSkin = POPskin;
/********** DEFINE PROPERTIES *****************************************************/

hiawatha.addSkinProperties(skinGallery1);
/* Title Controls Properties */
hiawatha.titleText = "<div align=center>Photo Gallery</div>";
hiawatha.titleImage = "";
hiawatha.titleId = "";
hiawatha.titleClass = "";

/* Previous Controls Properties */
hiawatha.previousText = "< back";
hiawatha.previousImage = "";
hiawatha.previousClass = "nav5";
hiawatha.previousId = "";

/* Next Controls Properties */
hiawatha.nextText = "next >";
hiawatha.nextImage = "";
hiawatha.nextClass = "nav5";
hiawatha.nextId = "";

/* Gallery Image Link Properties */
hiawatha.imgLinkText = "view close-up";
hiawatha.imgLinkImage = "";
hiawatha.imgLinkClass = "nav5";
hiawatha.imgLinkOnImage = true;

hiawatha.imgLinkId = "viewlink";
hiawatha.captionClass = "image"
//hiawatha.labelClass = "";
//hiawatha.labeld;
hiawatha.captionId = "imgCaption";


