//array of captions
var textArray = new Array();
textArray[0] = "The view from the Artesa winery, our first stop in Napa.";
textArray[1] = "Betsey, in front of part of Artesa's gardens.";
textArray[2] = "For a treat, lunch in Napa at Domaine Chandon.";
textArray[3] = "After lunch.  Do I look well-fed?";
textArray[4] = "Vines behind the Prager Winery (makers of fine ports).";
textArray[5] = "More wandering around behind Prager.";
textArray[6] = "Quintessential Napa.";
textArray[7] = "Little. Yellow. Different. (Our transportation for the week.)";
textArray[8] = "A visit to Francis Ford Coppola's Niebaum-Coppola winery.";
textArray[9] = "Still at Niebaum-Coppola.";
textArray[10] = "The view from our room at the Albion River Inn, just south of Mendocino.";
textArray[11] = "A half-day trip of canoeing on the 'Big River' -- highly recommended.";
textArray[12] = "While canoeing, we stopped for lunch, in the same spot as a neighorhood raccoon.";
textArray[13] = "Post-canoeing kite-flying expedition.";
textArray[14] = "For the return trip to San Francisco, we headed down the coast highway.  Several hours of the most beautiful scenery around.";
textArray[15] = "More of the view along the coast highway.";
textArray[16] = "These are seals.  Trust me.";
textArray[17] = "Jump backward in time to a trip to NYC, to hang with Kenny. This is the view from his apartment in Brooklyn Heights.";
textArray[18] = "Obligatory tourists' stop in Times Square.";
textArray[19] = "If I'm going to be a tourist, well by gum I'm going to dress like one. Pictures! Pictures for everybody!";
textArray[20] = "No trip back to Texas is quite complete without joining friends at an SCCA autocross. Is Erik steeling himself for the next run over the course? Or is he just wishing he'd packed a lunch?";
textArray[21] = "An earlier (November 1999) SCCA autocross-- Erik carving his way through the cones.";
textArray[22] = "This is a trusting friend-- Andy lets Chris drive his Rabbit GTI, and he promptly puts it up on three wheels. (Actually, Andy did also, but the photographer didn't catch it on film.)";
textArray[23] = "Now Mike hits the course in his VW Fox, proving that 3-wheeling is a family trait for Volkswagens.";


//array of filenames
var ourImageArray = new Array();
ourImageArray[0] = "images/cal/napa/cpc_artesaview.jpg";
ourImageArray[1] = "images/cal/napa/meh_artesaview.jpg";
ourImageArray[2] = "images/cal/napa/meh_d-cgarden.jpg";
ourImageArray[3] = "images/cal/napa/cpc_d-c_entrance.jpg";
ourImageArray[4] = "images/cal/napa/cpc_vines.jpg";
ourImageArray[5] = "images/cal/napa/meh_vines.jpg";
ourImageArray[6] = "images/cal/napa/fieldofvines.jpg";
ourImageArray[7] = "images/cal/napa/littleyellow.jpg";
ourImageArray[8] = "images/cal/napa/cpc_n-c_fountain.jpg";
ourImageArray[9] = "images/cal/napa/meh_n-c_fountain.jpg";
ourImageArray[10] = "images/cal/mendocino/albionview.jpg";
ourImageArray[11] = "images/cal/mendocino/canoe_bird.jpg";
ourImageArray[12] = "images/cal/mendocino/raccoontracks.jpg";
ourImageArray[13] = "images/cal/mendocino/kite_cpc.jpg";
ourImageArray[14] = "images/cal/hwy1/foggyview.jpg";
ourImageArray[15] = "images/cal/hwy1/foggy_wide.jpg";
ourImageArray[16] = "images/cal/hwy1/seals.jpg";
ourImageArray[17] = "images/nyc/kjbaptview.jpg";
ourImageArray[18] = "images/nyc/meh_timessquare.jpg";
ourImageArray[19] = "images/nyc/cpc_timessquare.jpg";
ourImageArray[20] = "images/track/evg.jpg";
ourImageArray[21] = "images/track/633-1.jpg";
ourImageArray[22] = "images/track/628.jpg";
ourImageArray[23] = "images/track/639.jpg";
