/**
 * 
 */
  <!--
  function gotoPage(varItem)
  {
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Goes Nowhere";
      break;
    case 1:
      window.parent.self.status="Goes Nowhere";
      break;
    case 2:
      window.open("http://www.sgrc.us/EnvironPlan/will319.htm", target="_top");
      break;
	case 3:
      window.open("http://www.sgrc.us/USRP/index.htm", target="_top");
      break;
    case 4:
      window.open("http://www.sgrc.us/EnvironPlan/alapahoo319.htm", target="_top");
      break;
    case 5:
      window.open("http://www.sgrc.us/EnvironPlan/LSR_HC319.htm", target="_top");
      break;
	case 6:
      window.open("http://www.sgrc.us/EnvironPlan/stormdrain.htm", target="_top");
      break;
    case 7:
      window.open("http://www.sgrc.us/EnvironPlan/adoptastream.htm", target="_top");
      break;
    case 8:
      window.parent.self.status="Goes Nowhere";
      break;
    case 9:
      window.open("http://www.sgrc.us/EnvironPlan/deforest.htm", target="_top");
      break;
    case 10:
      window.open("http://www.sgrc.us/EnvironPlan/hazardouswaste.htm", target="_top");
      break;
    case 11:
      window.open("http://www.sgrc.us/EnvironPlan/dumping.htm", target="_top");
      break;
    case 12:
      window.open("http://www.sgrc.us/EnvironPlan/soilerosion.htm", target="_top");
      break;
	case 13:
      window.open("http://www.sgrc.us/EnvironPlan/stormrunoff.htm", target="_top");
      break;
	case 14:
      window.open("http://www.sgrc.us/EnvironPlan/TEPAS.htm", target="_top");
      break;
    }
}
// -->
