/**
 * 
 */
  <!--
  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/employment.htm", target="_top");
      break;
	case 3:
      window.open("http://www.sgrc.us/procurement.htm", target="_top");
      break;
    case 4:
      window.open("http://www.sgrc.us/GLGAC", target="_top");
      break;
    case 5:
      window.open("http://www.sgrc.us/GLPC", target="_top");
      break;
	case 6:
      window.open("http://www.valorgis.com/", target="_top");
      break;
    case 7:
      window.open("http://www.sgrc.us/Transportation", target="_top");
      break;
    case 8:
      window.open("http://www.sgrc.us/LoansDept", target="_top");
      break;
    case 9:
      window.open("http://www.sgrc.us/AAA/default.html", target="_top");
      break;
    case 10:
      window.open("http://www.sgrc.us/compplans.htm", target="_top");
      break;
    case 11:
      window.open("http://www.sgrc.us/JLUS", target="_top");
      break;
    case 12:
      window.open("http://www.sgrc.us/EnvironPlan", target="_top");
      break;
	case 13:
      window.open("http://www.sgrc.us/USRP", target="_top");
      break;
	case 14:
      window.open("http://www.sgrc.us/HisPres", target="_top");
      break;
	case 15:
      window.open("http://www.sgrc.us/gis_assist.htm", target="_top");
      break;
	case 16:
      window.open("http://www.sgrc.us/emplogin.htm", target="_top");
      break;
	case 17:
	  window.open("http://www.sgrc.us/documents/Directory.pdf", target="_top");
	  break;
    case 18: 
      window.open("http://www.sgrc.us/documents/TurnerEnvironmentalAssessment_FINAL.pdf", target="_top");
      break;
    }
}
// -->