<!--
  function outline(thetext, link, theclass, numspaces, pic, pictext, map)
  {for (i = 0; i < numspaces; i++) {document.write('&nbsp;')}
   if (link != "") 
    {document.write('<a class="' + theclass + '" href="' + link + '">')} 
   else
    {document.write('<p class="' + theclass + '">')}
   document.write('<img src="' + pic + '" alt="' + pictext + '" border="0" height="11" width="11"/> &nbsp;' + thetext)
   if (map != "")
    {document.write('&nbsp;<img src="images/globe3.jpg" alt="map" border="0" height="11" width="11"/>')}
   if (link != "") 
    {document.write('</a><br />')}  
   else
    {document.write('</p><br />')} 
  }

  function notstarted1(thetext, link, map) 
  {if (notstarted1.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (notstarted1.arguments.length == 2) {map = ""}
   outline(thetext, link, "notstarted", 0, "images/grdiam.gif", "not started", map)
  }
  function notstarted2(thetext, link, map) 
  {if (notstarted2.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (notstarted2.arguments.length == 2) {map = ""}
   outline(thetext, link, "notstarted", 6, "images/grdiam.gif", "not started",  map)
  }
  function notstarted3(thetext, link, map) 
  {if (notstarted3.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (notstarted3.arguments.length == 2) {map = ""}
   outline(thetext, link, "notstarted", 12, "images/grdiam.gif", "not started", map)
  }
  function notstarted4(thetext, link, map) 
  {if (notstarted4.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (notstarted4.arguments.length == 2) {map = ""}
   outline(thetext, link, "notstarted", 18, "images/grdiam.gif", "not started", map)
  }
  function notstarted5(thetext, link, map) 
  {if (notstarted5.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (notstarted5.arguments.length == 2) {map = ""}
   outline(thetext, link, "notstarted", 24, "images/grdiam.gif", "not started", map)
  }
  function inprogress1(thetext, link, map) 
  {if (inprogress1.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (inprogress1.arguments.length == 2) {map = ""}
   outline(thetext, link, "inprogress", 0, "images/yelldiam.gif", "in progress", map)
  }
  function inprogress2(thetext, link, map) 
  {if (inprogress2.arguments.length == 1) 
   {link = ""
    map = ""
   }
   if (inprogress2.arguments.length == 2) {map = ""}
   outline(thetext, link, "inprogress", 6, "images/yelldiam.gif", "in progress", map)
  }
  function inprogress3(thetext, link, map) 
  {if (inprogress3.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (inprogress3.arguments.length == 2) {map = ""}
   outline(thetext, link, "inprogress", 12, "images/yelldiam.gif", "in progress", map)
  }
  function inprogress4(thetext, link, map) 
  {if (inprogress4.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (inprogress4.arguments.length == 2) {map = ""}
   outline(thetext, link, "inprogress", 18, "images/yelldiam.gif", "in progress", map)
  }
  function inprogress5(thetext, link, map) 
  {if (inprogress5.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (inprogress5.arguments.length == 2) {map = ""}
   outline(thetext, link, "inprogress", 24, "images/yelldiam.gif", "in progress", map)
  }
  function done1(thetext, link, map) 
  {if (done1.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (done1.arguments.length == 2) {map = ""}
   outline(thetext, link, "done", 0, "images/spiral.gif", "done", map)
  }
  function done2(thetext, link, map) 
  {if (done2.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (done2.arguments.length == 2) {map = ""}
   outline(thetext, link, "done", 6, "images/spiral.gif", "done", map)
  }
  function done3(thetext, link, map) 
  {if (done3.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (done3.arguments.length == 2) {map = ""}
   outline(thetext, link, "done", 12, "images/spiral.gif", "done", map)
  }
  function done4(thetext, link, map) 
  {if (done4.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (done4.arguments.length == 2) {map = ""}
   outline(thetext, link, "done", 18, "images/spiral.gif", "done", map)
  }
  function done5(thetext, link, map) 
  {if (done5.arguments.length == 1)
   {link = ""
    map = ""
   }
   if (done5.arguments.length == 2) {map = ""}
   outline(thetext, link, "done", 24, "images/spiral.gif", "done", map)
  }
//-->
