//BEGIN GLOBAL FOLDER NAME

G_imageFolder = "dairy";

//END GLOBAL FOLDER NAME
//-----------------------------------------------------------


//-----------------------------------------------------------
//BEGIN SCRIPT TO SET IMAGE PARAMETERS AND CAPTION TEXT
/* This array contains all the parameters used to set the size, position, and captions for the large illustrations. */

var ip = new Array();
ip[0]= {name:"overall", capTitle:"", capSpecs:"", left:"115px", top:"40px", width:"400px", height:"554px"};
ip[1]= {name:"carvedPanels", capTitle:"", capSpecs:"", left:"10px", top:"40px", width:"600px", height:"400px"};
ip[2]= {name:"topEmb", capTitle:"", capSpecs:"", left:"0px", top:"40px", width:"650px", height:"433px"};

//END SCRIPT TO SET IMAGE PARAMETERS AND CAPTION TEXT
