
var imgGrpOrd="extant|LC".split("|");

var imgSet = new Array();
    imgSet["extant"]="extant/ds1304fg|extant/ds1304e-spliting|extant/ds1304f02|extant/ds1304f05|extant/ds1304f08|extant/ds1304g02|extant/ds1304g07".split("|");
 //imgSet["ts"]   ="".split("|");
    imgSet["LC"]   ="neogene/c_plumbeus|neogene/ds1301m15|neogene/ds1297j|neogene/ds1300z69|neogene/ds1297k".split("|");

var imgInfo = new Array();
    //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare

    imgInfo["extant/ds1304fg"]   = "Tooth-set<BR>extant|Cpb|ts|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304e-spliting"]   = "File<BR>splitting|Cpb|lsFS|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304f02"]  = "Upr 2<BR>extant|Cpb|uF2|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304f05"]  = "Upr 5<BR>extant|Cpb|uF5|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304f08"]  = "Upr 8<BR>extant|Cpb|uF8|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304g02"]  = "Lwr 2<BR>extant|Cpb|lF2|Recent. est 1.8m female, Hubbell collection||||".split("|");
    imgInfo["extant/ds1304g07"]  = "Lwr 7<BR>extant|Cpb|lF7|Recent. est 1.8m female, Hubbell collection||||".split("|");

    imgInfo["neogene/c_plumbeus"]= "Tooth-set<BR>compare|Cpb|auFS|(re-scaling employed) Lee Creek (Mio-Pliocene), NC||||".split("|");
    imgInfo["neogene/ds1301m15"] = "Upper<BR>1st|Cpb|uF1|Lee Creek, Aurora, NC||||".split("|");
    imgInfo["neogene/ds1297j"]   = "Upper<BR>3rd|Cpb|uF3|Upper Pungo River Fm, Aurora, NC||||".split("|");
    imgInfo["neogene/ds1300z69"] = "Upper<BR>5th|Cpb|uF5|Lee Creek, Aurora, NC||||".split("|");
    imgInfo["neogene/ds1297k"]   = "Upper<BR>8th|Cpb|uF8|Upper Pungo River Fm, Aurora, NC||||".split("|");


var spNm = new Array();

    spNm["Cpb"]   = "<i>Carcharhinus plumbeus</i>";
    spNm["Cpbish"]= "<i>Carcharhinus cf plumbeus</i>";

  //spNm["Cp"]   = "<i>Carcharhinus perezii</i>";
  //spNm["Cpish"]= "<i>Carcharhinus cf perezii</i>";

var thPos = new Array();
    thPos["ts"]  = "Tooth-set";
    thPos["auFS"]= "Upper file-set: Recent (top)  & Artifical fossil";
    thPos["uF1"] = "Upper file 1";
    thPos["uF2"] = "Upper file 2";
    thPos["uF3"] = "Upper file 3";
    thPos["uF5"] = "Upper file 5";
    thPos["uF8"] = "Upper file 8";

    thPos["lF2"] = "Lower file 2";
    thPos["lF7"] = "Lower file 7";
    thPos["lsFS"]= "Lower symphyseal file-splitting";


/*
    thPos["uA"]  = "Upper anterior";
    thPos["uL"]  = "Upper lateral";
    thPos["lA"]  = "Lower anterio-lateral";
    thPos["lL"]  = "Lower lateral";
    thPos["lpL"] = "Lower posterio-lateral";
*/





