 // m-p_stoneware_show_data.js  :   pot pictures
 var ImgFldr = "Pot-imgs/" ;
 var ThumbFldr = "Pot-imgs/thumbs/"  ;
 var LargeImageNameSizeSuffix ="h412" ;
 var no=0;
 var yes=1;
 var Thumbs= yes ;
 var ThumbNameSizeSuffix ="thm-h40.jpg" ;
//________  PicNameType values are "fromFileName", "picCaption_array"  ___ set here_ pop below__
 var PicNameType = "fromFileName";
 
//______________JS Data _______________________
if (document.images)
{
   var LgImages = new Array(
"Copper_Handled_Raku_Box_P4220026_h412.jpg",
"Raku_Bowl_PA090037_h412.jpg",
"Raku_Cannister_cut-sided_PB260055_h412.jpg",
"Raku_Copper_Loop_Handled_Box_P9300071_h412.jpg",
"Raku_Jar_P7270028_h412.jpg",
"Raku_Lidded_Jar_P4210023_h412.jpg",
"Raku_Urn_PB260042_h412.jpg",
"Raku_Vase_P7270030_h412.jpg",
"Raku_Vase_P7270032_h412.jpg",
"Raku_White_Crackle_Ensemble_P1070017_h412.jpg",
"Raku_White_Crackle_Ensemble_P4210012_h412.jpg",
"Raku_White_Crackle_Jar_P1070007_h412.jpg",
"Tall_White_Crackle_Raku_Vase_P2100023_h412.jpg",
"Tall_White_Raku_Bottle_P4210002_h412.jpg" ) ;

  var picCaption = new Array(  ) ;
}
	



