
var imgGrpOrd="limestone|dentition|teeth1|teeth2|teeth3|teeth4".split("|");

var imgSet = new Array();
  imgSet["limestone"]="neogene/ds1037b".split("|");
  imgSet["dentition"]="neogene/ds1001".split("|");
  imgSet["teeth1"]   ="paleogene/dw016c|paleogene/dw016e|paleogene/dw016h|paleogene/ds996h|paleogene/dw016l|paleogene/ds996e".split("|");
  imgSet["teeth2"]   ="paleogene/ds026|paleogene/ds1203j01|paleogene/dw016a|paleogene/dw016b|paleogene/sa016|paleogene/ds1203j02".split("|");
  imgSet["teeth3"]   ="paleogene/ds1203j03|paleogene/gs001|paleogene/dw016k|paleogene/ds1097h|paleogene/ds1097i|paleogene/ds1321c|paleogene/dw016d".split("|");
  imgSet["teeth4"]   ="paleogene/dw016g|neogene/dp1078|neogene/ds004|neogene/dp1077|neogene/ds874a|neogene/bh_c-meg_sth".split("|");


var imgInfo = new Array();
  //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare
  imgInfo["neogene/ds1037b"] = "megalodon|meg|uL|Pungo River limestone (Miocene), NC||||".split("|");
  imgInfo["neogene/ds1001"]  = "megalodon|meg|aDent|Bone Valley Formation (Late Miocene), FL||||".split("|");

  imgInfo["paleogene/dw016c"]= "<I>aksuat-<BR>icus</I>|aks-e|uL|Tolagaisor Frm, Bed 3 (Early Eocene, Late NP 12), Aktulagay, W. Kazakhstan||||".split("|");
  imgInfo["paleogene/dw016e"]= "<I>aksuat-<BR>icus</I>|aks-l|uL|Tolagaisor Frm, Bed 4 (Eocene, Late NP 12), Aktulagay, W. Kazakhstan||||".split("|");
  imgInfo["paleogene/dw016h"]= "<I>aksuat-<BR>icus</I>|aks-l|uL|Alai Limestone Frm, (Late Ypresian, Early Eocene, NP 13), Uchkuduk, Uzbekistan||||".split("|");
  imgInfo["paleogene/ds996h"]= "<I>auricu-<BR>latus</I>|aur-e|uL|(Late Ypresian, Early Eocene, NP 13) Kazakhstan||||".split("|");
  imgInfo["paleogene/dw016l"]= "<I>auricu-<BR>latus</I>|aur|uL|Alai Limestone Frm, (earliest Middle Eocene, NP 14) Lau Lau, Uzbekistan||||".split("|");
  imgInfo["paleogene/ds996e"]= "<I>auricu-<BR>latus</I>|aur-e|uL|Early/Middle Eocene (estim. NP 13/14), Kazakhstan||||".split("|");

  imgInfo["paleogene/ds026"]    = "<I>auricu-<BR>latus</I>|aur-l|uL|Castle Hayne Formation (Middle Eocene, NP 16/17), NC, USA||||".split("|");
  imgInfo["paleogene/ds1203j01"]= "<I>auricu-<BR>latus</I>|aur-l|uL|Castle Hayne Fm, Sequence 3 (Bartonian, Middle Eocene, NP 17), NC, USA||||".split("|");
  imgInfo["paleogene/dw016a"]   = "<I>sokolovi</I>|pos|uL|Schorym Frm (Bartonian, late Middle Eocene, NP 17), Usak, Western Kazakhstan||||".split("|");
  imgInfo["paleogene/dw016b"]   = "<I>sokolovi</I>|pos|uL|Schorym Formation (Bartonian, late Middle Eocene, NP 17), Usak, Mangyschlak, Western Kazakhstan||||".split("|");
  imgInfo["paleogene/sa016"]    = "<I>sokolovi</I>|pos|uL|Schorym Formation (Bartonian, late Middle Eocene, NP 17), North Mangyshlak, Kazakhstan||||".split("|");
  imgInfo["paleogene/ds1203j02"]= "<I>sokolovi</I>|sok|lA1?|Castle Hayne Fm, Sequence 3 (Bartonian, Middle Eocene, NP 17), NC, USA||||".split("|");

  imgInfo["paleogene/ds1203j03"]= "<I>sokolovi</I>|sok|lA3|Castle Hayne Fm, Sequence 3 (Bartonian, Middle Eocene, NP 17), NC, USA||||".split("|");
  imgInfo["paleogene/gs001"]    = "<I>sokolovi</I>|sok|uA2|Lower Yazoo Clay (Priabonian, Late Eocene), LA, USA||||".split("|");
  imgInfo["paleogene/dw016k"]   = "<I>sokolovi</I>|sok|uL|Late Eocene, Priabonian, NP 19, \"Greencap\" SC, USA||||".split("|");
  imgInfo["paleogene/ds1097h"]  = "<I>angus- tidens</I>|ang|uL2|Trent Marl (Ruplelian, Early Oligocene), Craven Co,, NC, USA||||".split("|");
  imgInfo["paleogene/ds1097i"]  = "<I>angus- tidens</I>|ang|uL|Trent Marl (Ruplelian, Early Oligocene), Craven Co,, NC, USA||||".split("|");
  imgInfo["paleogene/ds1321c"]  = "<I>angus- tidens</I>|ang|uL|basal Calvert (reworked ?Old Church) Fm (?Oligocene), VA, USA||||".split("|");
  imgInfo["paleogene/dw016d"]   = "<I>angus- tidens</I>|ang2|uL|Ashley Frm (\"Middle\" Oligocene), Mt. Pleasant, NC||||".split("|");

  imgInfo["paleogene/dw016g"]   = "<I>angus- tidens</I>|ang-chub|uL|Chandler Bridge Frm (Late Oligocene), Summerville, SC, USA||||".split("|");
  imgInfo["neogene/dp1078"]     = "<I>chubu- tensis</I>|chub-meg|uL|Pungo River Formation (Miocene), NC -- John Everette collection||||".split("|");
  imgInfo["neogene/ds004"]      = "<I>chubu- tensis</I>|chub-meg|uL|Pungo River Formation (Miocene), NC||||".split("|");
  imgInfo["neogene/dp1077"]     = "<I>megalodon</I><BR>NC|meg|uL|Yorktown Formation (Pliocene), NC -- Judy Stiles collection||||".split("|");
  imgInfo["neogene/ds874a"]     = "<I>megalodon</I><BR>NC|meg|uL|Yorktown Formation (Pliocene), NC||||".split("|");

  imgInfo["neogene/bh_c-meg_sth"]  = "<I>megalodon</I><BR>CA|meg|jl|Sharktooth Hill (Middle Miocene), Kern Co., CA||||".split("|");


var spNm = new Array();
  spNm["aks"]  = "<i>Carcharocles aksuaticus</i>";
  spNm["aks-e"]= "<i>Carcharocles aksuaticus</i> early form";
  spNm["aks-l"]= "<i>Carcharocles aksuaticus</i> late form";
  spNm["aur"]  = "<i>Carcharocles auriculatus</i>";
  spNm["aur-e"]= "<i>Carcharocles auriculatus</i> early form";
  spNm["aur-l"]= "<i>Carcharocles auriculatus</i> late form";
  spNm["sok"]  = "<i>Carcharocles sokolovi</i>";
  spNm["pos"]  = "<i>Carcharocles sokolovi</i> var <i>poseidoni</i>";
  spNm["ang"]  = "<i>Carcharocles angustidens</i>";
  spNm["ang2"] = "<i>Carcharocles angustidens</i> close to <i>C. chubutensis</i>";
  spNm["ang-chub"]= "morpho: <i>Carcharocles angustidens</i> /<BR> chrono: <i>Carcharocles chubutensis</i>";
  spNm["chub"] = "<i>Carcharocles chubutensis</i>";
  spNm["chub-meg"]= "morpho: <i>Carcharocles chubutensis</i> /<BR> chrono: <i>Carcharocles megalodon</i>";
  spNm["meg"]  = "<i>Carcharocles megalodon</i>";


var thPos = new Array();
    thPos["uA"]   = "Upper Anterior";
    thPos["uA1"]  = "Upper First Anterior";
    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["lA"]   = "Lower anterior";
    thPos["lA3"]  = "Lower third anterior";
    thPos["lA1?"] = "Lower ?first anterior";
    thPos["lA2ish"]= "Lower ?second anterior";
    thPos["lL"]   = "Lower Lateral";
    thPos["aDent"]= "Dentition, lefthand files";
    thPos["jl"]   = "Juvenile lower";




