 // m-p_stoneware_show_data.js  :   pot pictures
 var ImgFldr = "Pot-imgs/FotoSem/" ;
 var ThumbFldr = "Pot-imgs/FotoSem/"  ;
 var LargeImageNameSizeSuffix ="h400" ;
  //________  Thumbscontrol parameter values are "no" or "yes"  _________
 var no=0;
 var yes=1;
 var Thumbs= yes ;
 var ThumbNameSizeSuffix ="h40.jpg" ;
 //________  PicNameType values are "fromFileName", "picCaption_array"  ___ set here_ pop below__
 var PicNameType = "picCaption_array";
 
//______________JS Data _______________________
if (document.images)
{
   var LgImages = new Array(
"P6210016_h400.JPG",
"P6210017_h400.JPG",
"P6210020_h400.JPG",
"P6210014_h400.JPG",
"P6210023_h400.JPG",
"P6210026_h400.JPG"   
 ) ;

  var picCaption = new Array( "After the presentation the seminar begins a hands-on photo shoot.", "Cameras are set up to take photos of sample art pieces" , "Lighting the piece is the main goal and experience with the light box is a major tool of the workshop.", "Questions are answered with trials and new shots", "Lighting can be adjusted with light box tilt, moving the piece, adjunct reflection and back-drop adjustment", "A sample piece, a metal sculpture, with a nice result." ) ;
}
	



