 // m-p_stoneware_show_data.js  :   pot pictures
 var ImgFldr = "Pot-imgs/wheelfocus/" ;
 var ThumbFldr = "Pot-imgs/wheelfocus/"  ;
 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(
"P4290012_h400.jpg" , 
"P4290013_h400.jpg" , 
"P4290014_h400.jpg" , 
"P4290015_h400.jpg" , 
"P4290016_h400.jpg" , 
"P4290018_h400.jpg" , 
"P4290019_h400.jpg" , 
"P4290020_h400.jpg" , 
"P4290021_h400.jpg" , 
"P4290022_h400.jpg" , 
"P4290023_h400.jpg" , 
"P4290024_h400.jpg" , 
"P4290025_h400.jpg"   
 ) ;

  var picCaption = new Array( "After centering, raise the clay to a tall cylinder", "Bring small amounts of clay up from the bottom with each pull - reset the rim" , "Push from the inside to shape the belly of the form", "Additional shaping is done. Notice the shaping is done without water", "Reset and maintain the rim as the pot realizes its form ", "Shape and define the sholder and lip", "Reset the lip", "Shape the neck; use very little water.", "The neck can be pulled taller and thinner", "(All together now) - Reset the rim", "Use a small flexible rib to define the shoulder shape" ,"Use a rib to remove any throwing lines if desired", "(Our refrain) Reset the rim, define the lip." ) ;
}
	



