
  var burl = "http://ftag.org/richardscott/painting/images/";

  var ourl = burl + "old";

  var c = 0;
  for (c=0;c <= cMax;c++) {

    // ********************************************************************

    if ((c == cAnimals) | (c == cBirds)) {

    //var p = new ProjectType("Belted kingfisher <i> Ceryle alcyon </i>","early 1980s",c);
      var p = new ProjectType("Belted&nbsp;kingfisher","early 1980s",c);
   
      p.v("Belted kingfisher",ourl,"bkf");
      p.t("A large water colour painting.");
      p.t("A scan of a print from a negative. Image does not do it justice!");

      MasterPage.project.push(p);
    }

    // ********************************************************************

    if ((c == cAnimals) | (c == cBirds)) {

    //var p = new ProjectType("Common Loon <i>Gavia immer</i>","Early 1980s",c);
      var p = new ProjectType("Common Loon","Early 1980s",c);

      p.v("Common Loon with eggs",ourl,"loon1");
      p.t("Water colour painting done during High School.");
      p.t("A scan of the print made from negative.");
 
      MasterPage.project.push(p);
    }

    // ********************************************************************

    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Small&nbsp;Owl","March 1981",c);

      p.v("Small Owl Drawing",ourl,"owl1");
      p.t("Pencil drawing done in England back in 1981 when visiting my grandmother.");
      p.t("A scan of the actual drawing.");
 
      MasterPage.project.push(p);
    }

    // ********************************************************************

    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Great-horned Owl <I>Bubo virginianus</i> ","Early 198?",c);

      p.text.push("A large water colour painting done back in the early 1980. ");

      p.v("Great-horned Owl Painting",ourl,"owl2");
      p.t("Large water colour painting done back in High School for art class.");
 
      MasterPage.project.push(p);
    }


    // ********************************************************************

    if ((c == cAnimals) | (c == cBirds)) {

    //var p = new ProjectType("Snowy Owl <I>Bubo scandiacus</i> ","Early 198?",c);
      var p = new ProjectType("Snowy Owl ","Early 198?",c);

      p.text.push("A large water colour painting done back in the early 1980. ");

      p.v("Snowy Owl Drawing",ourl,"owl3");
      p.t("Pencil drawing done back in High School for art class.");
 
      MasterPage.project.push(p);
    }

    // ********************************************************************
  
    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Red Tailed Hawk","Early 1980's",c);

      p.v("RTH1",ourl,"rth1");
      p.t("A water colour painting done back in the early 1980s. ");

      MasterPage.project.push(p);
    }


    // ********************************************************************
  
    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Red Tailed Hawks","Late 1979",c);

      p.v("Read Tailed Hawks",ourl,"rth2");
      p.t("A pencil drawing done back in the 1979. Done for some family friends.");

      MasterPage.project.push(p);
    }

    // ********************************************************************
  
    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Ruby&nbsp;Throated&nbsp;Hummingbird","Early 1980's",c);

      p.v("Hum1",ourl,"hum1");
      p.t("A water colour painting done back in the early 1980. ");
   
      MasterPage.project.push(p);
    }

    // ********************************************************************
  
    if ((c == cAnimals) | (c == cBirds)) {

      var p = new ProjectType("Swallow","Early 1980's",c);

      p.v("Swallow",ourl,"s1");
      p.t("A water colour painting done back in the early 1980. ");
   
      MasterPage.project.push(p);
    }
    // ********************************************************************
     

  }

// ********************************************************************


function add_mi (n) 
{

  var x = "http://www.ftag.org/cgi-bin/gen_mp1.pl?&js1=p1.js&js2=p2.js&u=http://ftag.org/richardscott/painting";

  mi_url = x;

  MasterPage.menuItem2("Animals"      ,x + "&title=Animals&class=cAnimals" ,n,cAnimals);
  MasterPage.menuItem2("Birds"        ,x + "&title=Birds&class=cBirds"   ,n,cBirds  );
}

// ********************************************************************
