
  var burl = "http://ftag.org/richardscott/plants/";

  var c = 0;
  for (c=0;c <= cMax;c++) {


    // ********************************************************************

    if (c == cTree) {

      var p = new ProjectType("Ottawa Bonsi Society Show 2007",'Summer 2007',c);

      p.t('My daughter and I went to the Ottawa Bonsi Society show in early September 2007.');

      p.ss('http://ftag.org/richardscott/plants/images/Bonsi/'); 

      var url = burl + "images/Bonsi";  

      p.v1("Boxwood" ,url,"IMG_0047.JPG");

      MasterPage.project.push(p);
    }

    // ********************************************************************

    if (c == cGarden) {

      var p = new ProjectType("Trellis (x3)",'Spring 2007',c);

      p.t('I have made a variety of garden trellis over the years.');
      p.t('<P>These 3 have been made to fit over large concrete planters a friend\'s garden.');
      p.t ("I have found a simple way to make a mushroom shaped top that defines the slope of the sides and give a place to attach them.");
      p.t ("<P>She did not have any luck the first year in getting the vines to grow on the trellis so next year I suggests that she try Morning Glorry.");

      var url = burl + "images/gardenitems";  

      p.v("Trellis 1",url,"t2a_");

      p.v("Trellis 2",url,"t2b_");

      p.v("Top Detail",url,"t2c_");

      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/plants";

  mi_url = x;
 
  MasterPage.menuItem2("Tree"         ,x + "&title=Trees&class=cTree"                ,n,cTree ); 
  MasterPage.menuItem2("Garden"       ,x + "&title=Garden%20Items&class=cGarden"     ,n,cGarden );
 

}

// ********************************************************************
