
var imgGrpOrd="dent|paleo|eo".split("|");

var imgSet = new Array();
  imgSet["dent"]  ="../../refs/papers/cappetta-nolf/img/cn_s_macrota".split("|");
  imgSet["paleo"] ="paleogene/ds824b|paleogene/ds790e|paleogene/ds834e|paleogene/ds834h|paleogene/ds834f".split("|");
  imgSet["eo"]    ="paleogene/ds1117q|paleogene/ds1123j|paleogene/ds038|paleogene/ds1203i14n17|paleogene/ds1203i13".split("|");


var imgInfo = new Array();
  //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare
  imgInfo["../../refs/papers/cappetta-nolf/img/cn_s_macrota"] = "<I>>S macrota</I>|sm|aTS|Juvenile or young adult; Ypresian, Nanjemoy Fm, VA||||".split("|");

  imgInfo["paleogene/ds824b"]  = "<I>Aquia</I><BR>MD|ss|lA1|Palaeocene (Aquia Fm,) MD||||".split("|");
  imgInfo["paleogene/ds790e"]  = "<I>Aquia</I><BR>MD|ss|lA2|Palaeocene (Aquia Fm,) MD||||".split("|");
  imgInfo["paleogene/ds834e"]  = "<I>Aquia</I><BR>MD|ss|lA4|Palaeocene (Aquia Fm,) MD||||".split("|");
  imgInfo["paleogene/ds834h"]  = "<I>Aquia</I><BR>MD|ss|uL12|Palaeocene (Aquia Fm,) MD||||".split("|");
  imgInfo["paleogene/ds834f"]  = "<I>Aquia</I><BR>MD|ss|uA2|Palaeocene (Aquia Fm,) MD||||".split("|");

  imgInfo["paleogene/ds1117q"] = "<I>Nanjemoy</I><BR>VA|sm|uA3|Eocene (Yepresian, Nanjemoy Fm,) VA||||".split("|");
  imgInfo["paleogene/ds038"]   = "<I>Nanjemoy</I><BR>VA|sm|uL2|Eocene (Yepresian, Nanjemoy Fm,) VA||||".split("|");
  imgInfo["paleogene/ds1123j"] = "<I>Nanjemoy</I><BR>VA|sm|lA3|Eocene (Yepresian, Nanjemoy Fm,) VA||||".split("|");


  imgInfo["paleogene/ds1203i13"]    = "<I>Castle Hayne</I>|sm|uA2|Castle Hayne Fm,, Seq 3 (Bartonian) NC||||".split("|");
  imgInfo["paleogene/ds1203i14n17"] = "<I>Castle Hayne</I>|sm|lA12|Castle Hayne Fm,, Seq 3 (Bartonian) NC||||".split("|");


var spNm = new Array();
  spNm["sm"]  = "<i>Striatolamia macrota</i>";
  spNm["ss"]  = "<i>Striatolamia striata</i>";

var thPos = new Array();
    thPos["uA"]   = "Upper Anterior";
    thPos["uA1"]  = "Upper First Anterior of two";
    thPos["uA2"]  = "Upper Second Anterior";
    thPos["uA3"]  = "Upper Third Anterior";
    thPos["uAj"]  = "Upper Anterior, juvenile";
    thPos["uA1j"] = "Upper First Anterior, juvenile";
    thPos["uL"]   = "Upper Lateral";
    thPos["uL12"] = "Upper Lateral, first or second";
    thPos["uL2"]  = "Upper Second Lateral";
    thPos["lA"]   = "Lower Anterior";
    thPos["lA1"]  = "Lower Anterior 1 of 4";
    thPos["lA2"]  = "Lower Anterior 2 of 4";
    thPos["lA3"]  = "Lower Anterior 3 of 4";
    thPos["lA4"]  = "Lower Anterior 4 of 4";
    thPos["lA12"] = "Lower Anterior 2 (l) & 3 (r) of 4";
    thPos["lL"]   = "Lower Lateral";
    thPos["aDent"]= "Dentition, lefthand files";
    thPos["cTS"]  = "Compositie tooth-set";
    thPos["aTS"]  = "Artifical tooth-set";
    thPos["na"]   = "";




