
var imgGrpOrd="cc1".split("|");

var imgSet = new Array();
    imgSet["cc1"]   ="paleogene/ds076|neogene/ds1085a|neogene/skg356".split("|");

var imgInfo = new Array();
    //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare
    imgInfo["paleogene/ds076"]   = "Nanjemoy|It|L|Potapaco B, Nanjemoy Formation, VA||||".split("|"); 
    imgInfo["neogene/ds1085a"]   = "Yorktown|Icft|L|Yorktown Unit 2, Lee Creek, NC||||".split("|"); 
    imgInfo["neogene/skg356"]    = "Yorktown|Icft|L|Yorktown Unit 2, Lee Creek, NC||||".split("|"); 
  
var spNm = new Array();
    spNm["It"]  = "<i>Isistius trituratus</i>";
    spNm["Icft"]= "<i>Isistius cf triangulus</i>";

var thPos = new Array();
    thPos["L"]    = "Lower";
    thPos["na"]   = "";




