
var imgGrpOrd="site|misc".split("|");

var imgSet = new Array();
    imgSet["site"]   ="dp518|dp511|dp1734|dp1733".split("|");
    imgSet["misc"]   ="bc_reptile|bc_reptile2|bc_fish".split("|");

var imgInfo = new Array();
    //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare

    imgInfo["dp518"] = "E-town<BR>crew|etown1|etown1|Tar Heel Fm, Bladen Co., NC||||".split("|");
    imgInfo["dp511"] = "E-town<BR>pit|etown2|etown2|Elizabethtown, Bladen Co., NC||||".split("|");
    imgInfo["dp1734"]= "Neuse<BR>river|neuse1|neuse1|Wayne Co., NC||||".split("|");
    imgInfo["dp1733"]= "Small<BR>creek|neuse2|neuse2|Wayne Co., NC||||".split("|");

  //imgInfo["bc_reptile"] = "Marine<BR>reptiles|mR|reptile|Camp. / Maast. NC|Bourdon & Caggiano collections, Manning determinations|||".split("|");
    imgInfo["bc_reptile"] = "Marine<BR>reptiles|mR|reptile|Camp. / Maast. NC|Bourdon & Caggiano collections, Schwimmer determinations|||".split("|");

    imgInfo["bc_reptile2"]= "Predator<BR>Prey|ppI|reptile2|Campanian & Maastrichtian, NC|Bourdon & Cohn collections|||".split("|");
    imgInfo["bc_fish"]    = "Bony<BR>fish|bF|fish|Campanian & Maastrichtian, NC|Bourdon, Caggiano & Cohn collections|||".split("|");

var spNm = new Array();
    spNm["mR"]   = "Reptile Teeth<SUP>2</SUP>";
    spNm["ppI"]  = "Preditor-Prey Interaction<BR>";
    spNm["bF"]   = "Bony fish";
    spNm["etown1"]   = "Jim, Mark Hurst, Ellie Rouse & Howie Cohn";
    spNm["etown2"]   = "Ellie Rouse & Howie Cohn";
    spNm["neuse1"]   = "Kim Greene";
    spNm["neuse2"]   = "Kim Greene";

var thPos = new Array();
    thPos["etown1"]  = "Elizabethtown crew";
    thPos["etown2"]  = "collecting Tar Heel Fm.";
    thPos["neuse1"]  = "prospecting Neuse River";
    thPos["neuse2"]  = "collecting tributary";
    thPos["na"]      = "";
    thPos["vT"]      = "Various teeth";
    thPos["vP"]      = "Various parts";
  /*thPos["reptile"] = "a. <I>Cimoliasaurus magnus</I>; " +       //1258.i - TC, ET
                       "b. <I>Deinosuchus rugosa</I>;<BR>" +      //1242.i - JB, GC
                       "c. <I>? Leidyosuchus canadensis</I>; " +  //1258.l - TC, ET
                       "d. <I>Deinosuchus priscus</I>; " +        //1258.k - TC, ET
                       "e. <I>Deinosuchus rugosa</I>;<BR>" +      //1240.h - JB, GC
                       "f. <I>cf Cimoliasaurus magnus</I>; " +    //1258.o - TC, ET
                       "g. <I>Leidyosuchus canadensis</I>, juvie";//1262.b - JB, GC
   */

    thPos["reptile"] = "a. Plesiosauridae, gen. & sp. indet.; " + //1258.i - TC, ET
                       "b. cf. <I>Deinosuchus rugosus</I> " +     //1242.i - JB, GC
                       "c. <I></I> TBD; " +                       //1258.l - TC, ET
                       "d. <I>Deinosuchus rugosus</I>; " +        //1258.k - TC, ET
                       "e. cf. <I>Deinosuchus rugosus</I>; " +    //1240.h - JB, GC
                       "f. Plesiosauridae, gen. & sp. indet. " +  //1258.o - TC, ET
                       "g. <I></I>TBD";//1262.b - JB, GC


    thPos["reptile2"]= "a. <I>Deinosuchus rugosus</I> tooth;<BR>" +        //1253.q - JB, ET
                       "b. Turtle plastron with croc bite marks"; //1262.b - HC, GC

    thPos["fish"] =    "a. <I>Enchodus petrosus</I>; " +             //1258.j - TC, ET
                       "b. <I>Anomoedus cf phaseolus</I>;<BR>" +  //1243.i - HC, GC
                       "c. <I>Hadrodus sp</I>; " +                //1242.h - JB, GC
                       "d. <I>Lepisosteus sp</I>;<BR>" +          //1253.o - TC, ET
                       "e. <I>Paralbula casei</I>";               //1252.y - JB, GC
                     //"c. <I>undetermined</I>; " +               //1242.m - JB, GC
                     




