
var imgGrpOrd="fremin|calif".split("|");

var imgSet = new Array();

  imgSet["fremin"]  ="py181ch|py181eg|py181dg|py181a".split("|");
  imgSet["calif"]  ="m_californica_lwr".split("|");


var imgInfo = new Array();
  //       tab caption | species | file position | location | measurements | Fig Nr (dynamic) | spare | spare

  imgInfo["m_californica_lwr"] = "<I>californica</I><BR>toothplate|Mc|lTP|California, Scot Greenwald collection||||".split("|");

  imgInfo["py181ch"]  = "<I>freminvilli</I><BR>jaws|Mfj|Jll|DW = 36 cm; Morehead City, NC||||".split("|");
  imgInfo["py181eg"]  = "<I>freminvilli</I><BR>lower|Mfj|MC|DW = 36 cm; Morehead City, NC||||".split("|");
  imgInfo["py181dg"]  = "<I>freminvilli</I><BR>upper|Mfj|PQ|DW = 36 cm; Morehead City, NC||||".split("|");
  imgInfo["py181a"]   = "<I>freminvilli</I><BR>skull|Mfj|NC|DW = 36 cm; Morehead City, NC||||".split("|");


var spNm = new Array();
  spNm["Mc"]  = "<i>Myliobatis californica</i>";
  spNm["Mfj"] = "<i>Myliobatis freminvilli</i> (juvenile)";


var thPos = new Array();

    thPos["lTP"]  = "Lower tooth plate";

    thPos["Jll"]  = "Jaws: a) labial, b) lingual";
    thPos["NC"]   = "Neurocranium: a) ventral, b) lateral, c) posterior";
    thPos["PQ"]   = "Palatoquadrate with toothplate: a) occlusal, b) anterior";
    thPos["MC"]   = "Meckel\'s cartilage with toothplate: a) occlusal, b) anterior";



   


