var Caption=new Array() 

Caption[0] = "none";
Caption[1] = "Wheelwrights pull iron hoop, or tire, out of the fire.";
Caption[2] = "Wheelwrights remove iron tire from the fire and carry it to the wheelwright yard.";
Caption[3] = "Apprentice wheelwright Paul Zelesnikar and journeyman Chris Wright drop the hot iron tire onto the wheel and pour water on it to cool the metal.";
Caption[4] = "Master wheelwright John Boag and apprentice Paul Zelesnikar examine a wheel for a Windsor riding chair.";
Caption[5] = "Details from an 18th-century schematic of a coach body.";
Caption[6] = "Journeyman Chris Wright and apprentice Paul Zelesnikar in the wheelwright shop.";
Caption[7] = "Turning a nave, or hub of a wheel, on a lathe.";
Caption[8] = "Master wheelwright John Boag uses a spoke shave to shape a spoke.";
Caption[9] = "The flywheel of the great wheeled lathe stands in the wheelwright shop.";
Caption[10] = "Lathe in the wheelwright shop.";
Caption[11] = "Felloe patterns are used for making the curved sections of the wheel.";
Caption[12] = "Wheeler's axe made by the Anderson blacksmith shop in the Historic Area.";
Caption[13] = "The great wheeled lathe and tools of the trade in the wheelwright shop.";
Caption[14] = "Files, chisels, and turn screws neatly stored until needed.";
Caption[15] = "Pliers and a bevel cage.";
Caption[16] = "Left handed wheeler's axe made by the Anderson blacksmith shop for the wheelwright.";
Caption[17] = "Wagon jack.";

 


function showCaption(n){document.write(Caption[n]);}
