 // m-p_rattle_mug_show_data.js  :   pot pictures
 var ImgFldr = "images/anagama001/" ;
 var ThumbFldr = "images/anagama001/thms/"  ;
 var LargeImageNameSizeSuffix ="" ;
 var no=0;
 var yes=1;
 var Thumbs= no ;
 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(
"anag_01.jpg",
"anag_02.jpg",
"anag_03.jpg",
"anag_04.jpg",
"anag_05.jpg",
"anag_06.jpg",
"anag_07.jpg",
"anag_08.jpg",
"anag_09.jpg",
"anag_10.jpg",
"anag_11.jpg"
 
 ) ;

  var picCaption = new Array( "The main kiln shed roof covers the footing forms waiting for the first concrete pour.", "The footing is poured.",  "Bracing is in the fill cavity between the firing chamber wall and the outer fill pad bulwark.", "A view of the firing chamber and flue floor prior to arch roof construction.", "Cleaning an arch brick.", "The form for the arch is position on block piers with knock-outs for later removal.", "The arch form in place.", "Lath applied to the arch form.", "Laying arch brick on the form.", "Arch brick laid and the form removed.", "View from chimney end." ) ;
}
	




