
trail1.name="The Levee Run";
trail1.distance = Math.round(trail1.coordinates.getLength());
trail1.surface=["Asphalt with grass option for first ~1.8 miles. Asphalt only from 1.8 until ~2.7 miles (can be substituted with dirt", "<b>see below</b>","), and then asphalt with grass option for remainder."];
trail1.keywords=["<b>Marked trail</b>", "Complete loop."];
trail1.summary=["Fully marked, this is THE run for anyone just looking to get fit.", "<b>Look at map for a way into the drainage canal below the levee (a more forgiving surface) designated by the red flag at 1.8 miles.</b>", "Will not be extremely obvious, be alert for a break in the fence when you get close."];
trail1.linecolor = "334499";
trail1.tips="Fully marked  (every half-mile) with white trail markers along right side of path (Bot's dots).  Remember to take a sharp left shortly after the 3-mile mark, and then a right at the next fork in the path.<br /><br />Major street crossings at Grande just before first mile, and at Catalina at ~3.8 miles."


trail2.name="Zack Attack - Out and Back (with a huge hill!)";
trail2.distance = 22460;
trail2.surface="Asphalt from .5 until ~2 miles, and gravel until ~3.8.  Asphalt with grass option until ~6 miles.  Dirt from 6.5 on. Turn around at the grove of trees past the agricultural field and then follow same route back to the DHS track.";
trail2.keywords=["Hill at 5 miles (a bonus for us flatlanders)!!!!!", "out-and-back possibility."];
trail2.summary="A long out-and-back run, used by the DHS Varsity boys cross country team frequently for their long runs. Nice varied terrain but make sure to start the run early, as it can get very hot in the afternoon.  Be careful of the many major street crossings.";
trail2.linecolor = "dd0000";
trail2.tips="Major street crossings: F street at the beginning near Little League park, Covell and Pole Line at the light just after the 1st mile, unprotected crossing at the end of the Wildhorse path just before 4th mile, and Cowell just after the huge hill (freeway overpass). Out-and-back, so will  cross same  streets coming back."


trail3.name="Pond Pre-Race";
trail3.distance = Math.round(trail3.coordinates.getLength());
trail3.surface="Asphalt with grass option.";
trail3.keywords=["<b>Marked Trail</b>", "bugs (sometimes)", "easy run."];
trail3.summary="A nice short run.  DHS runners usually run this route pre-race/pre-workout or as a lighter day if they are sore or tired.  Note: Can get buggy closer to nighttime.";
trail3.linecolor = "00dd33";
trail3.tips="Fully marked (every half-mile) with white trail markers (Bot's Dots).<br /><br />Major street crossings: Grande Ave twice-way out and back."


trail4.name="Rainy Day Run";
trail4.distance = Math.round(trail4.coordinates.getLength());
trail4.surface="Asphalt with grass option.";
trail4.keywords=["Fun run", "Lots of H-2-O fountains."];
trail4.summary="DHS team favorite for a longer - yet still easy - run.";
trail4.linecolor = "2211dd";
trail4.tips="Bot's dots markers for the first 1.5 miles, then branches off through the section of the park with the dog statues. Make sure to turn left at fork in the path immediately after the 1.5-mile marker.<br /><br />Major street crossings: Grande just before 1-mile, Catalina at ~1.75 and again just before 2.5"


trail5.name="Summer Scenic Loop";
trail5.distance = Math.round(trail5.coordinates.getLength());
trail5.surface="Asphalt for first mile. Once you get into the Arboretum, it's all dirt if you run on the side of the asphalt path. Loop of Equestrian Center is gravel path (mile 3-mile 4), basically the same on the  way back. ";
trail5.keywords=["Arboretum", "UC Davis"];
trail5.summary="This run  can be a complete loop around one of Davis's most identifiable landmarks: the Arboretum.  Nice loop around the Equestrian Center is about half-a-mile (visible on far left side of the map--about a half-mile after mile 3), then have option to go back same way or to continue on other side of the creek. Really beautiful run, and one the Davis High cross country team has found to be consistently cool during the usually scorching summer months.";
trail5.linecolor = "382948";
trail5.tips="Go clockwise around the Arboretum for mile markers to be  accurate as depicted. Also, make sure to turn left and cross the road when you first get into the Arboretum. <br /><br />Major street crossings: at West 14th in the first .5 mile, West 8th in the next .5 mile. Russell right before 1st mile.  Arboretum Drive at about 1.5 miles and again just after 2-mile mark. California Ave. just after 2.5 mile. Will cross all the same streets again on way back except for Arboretum Drive (just stay to your left of the road when heading back to the DHS track)."




var trailsArray = new Array();
trailsArray['trail1'] = trail1;
trailsArray['trail2'] = trail2;
trailsArray['trail3'] = trail3;
trailsArray['trail4'] = trail4;
trailsArray['trail5'] = trail5;