 // 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(
"AL_Clay_Hntsvl_2009_DSCN0306_h400.jpg",
"P6210016_h400.JPG",
"P6210017_h400.JPG",
"P6210020_h400.JPG",
"P6210014_h400.JPG",
"P6210023_h400.JPG",
"P6210026_h400.JPG",
"P6130032_h400.jpg",
"P6130028_h400.jpg",
"P1060014_h400.jpg",
"P1060031_h400.jpg",
"P1060013_h400.jpg",
"P1060011_h400.jpg",
"P1060006_h400.jpg",
"P1060040_h400.jpg",
"P1060038_h400.jpg"
 ) ;

  var picCaption = new Array( 
"Maria gives the 'Photographing Your Art' presentation at the 2009 Alabama Clay Conference in Huntsville.", 
"After the presentation,  the seminar begins a hands-on photo shoot - at Orcas Island WA. June 2003.", 
"Cameras are set up to take photos of participants' art pieces." , 
"Lighting the piece is the main goal and experience with light sources is a major tool of the workshop.", 
"Questions are answered with examples, re-tries and new shots.", 
"Lighting can be adjusted with light box tilt, moving the piece, adjunct reflection and back-drop adjustment.", 
"A sample piece, a stainless steel fish sculpture, with a nice result.", 
"A participant shoots his woodcarving at 5 Rivers Delta Center, Mobile Bay Alabama, 2009.", 
"Susan Bowman, of Fairhope's 'The Kiln Studio and Gallery', thekilnstudio.com, discusses photo options with Maria at 5 Rivers Delta Center, Mobile Bay Alabama, 2009.", 
"The home studio photo station ready to use (for pots and Sola, the cat!)", 
"With lights on, one can see the backdrop and the soft box light control sheets.", 
"The light box control sheets run through pulleys to counter weights (blue bags)." , 
"The weighted sheets allow the box to be raised, lowered or angled for custom lighting.", 
"Lowering to the photo table allows access to the light source.", 
"A styrofoam box lining can make a simple light box. Use outdoor light through the styrofoam walls.", 
"The result produced using the styrofoam  light box.") ;
}
	




