// javascript file for GVRD imagesfunction ShowBlank(picfile) {	if (document.images) {		var evalline = 'document.'+picfile+'.src = "../../images/trans.gif"';		eval(evalline);	}}function ShowNote(picfile) {	if (document.images) {		var evalline = 'document.'+picfile+'.src = "images/picnote_' + picfile + '.jpg"';		eval(evalline);	}}function ShowPic(picfile) {	if (document.images) {		parent.pic_Frame.document.photo.src = "../photoloading_lowsource.gif";		parent.pic_Frame.document.photo.src = "images/" + picfile + ".jpg";		PicData(picfile);	}}function PicData(picfile) {	var picinfo = '<STRONG><FONT SIZE="+1" COLOR="#990000">' + photoNote[picfile] + '</FONT>';	var layer1 = parent.pic_Frame.document.getElementById("photomenu"); 	layer1.innerHTML = picinfo; }	var photoNote = new Array(253);	photoNote['80tonnes_onthemove']="40 tonne Terex rock trucks on the move. ";	photoNote['80tonnes_onthemove2']="40 tonne Terex rock trucks on the move.";	photoNote['ArthonOffice_CommunityHall']="Head Office - Arthon on the road.  Thanks to the Community Hall members.";	photoNote['ArthonProjectOffice']="Head Office - Arthon on the road.  Thanks to the Community Hall members.";	photoNote['BobLovestrom_MOTRep']="Bob Lovestrom - MOTH representative and an asset to the project.  April 29, 2004";	photoNote['ExcavatorLoadingTerex']="Cat 235 Excavator loading Terex haul truck.";	photoNote['PaulSander_AllPointSurvey']="Paul Sanders - All Point Survey - April 29, 2004 with Graham Bennison, Arthon.";	photoNote['Terextrucks']="Terex rock trucks";	photoNote['OriginalGround']="Original Ground shot on April 29, 2004 looking to west end.";	photoNote['drillblastcrew']="Drilling, blasting, and survey - large components of the job.";	photoNote['east_elevated']="Elevated section - east end of project.";	photoNote['eastentrance_original']="The east entrance to new improved elevations - April 29, 2004";	photoNote['eastoncoming_orig']="East end of site - original ground.  New highway cut into left.  April 29, 2004";	photoNote['elevatedaboveoldhighway']="Shot eastward towards new area start.  Elevated section begins.  June 15, 2004.";	photoNote['excavator_40tRockTruck']="Excavating and hauling - west entrance to new section.   June 15, 2004.";	photoNote['excavator_40tRockTruck2']="Excavating and hauling - west entrance to new section.   June 15, 2004.";	photoNote['excavator_40tRockTruck3']="Excavating and hauling - west entrance to new section.   June 15, 2004.";	photoNote['flagperson']="Flag persons on highway control activity.   June 15, 2004.";	photoNote['flagperson_terex*2']="Large Terex trucks dwarf cars on the highway.  Flag persons control access.   June 15, 2004.";	photoNote['highwaytraffic']="Traffic on-going while construction underway.  High levels of tourist traffic.   June 15, 2004.";	photoNote['localroadfills']="Access road improvements along highway.   June 15, 2004.";	photoNote['localroadfills2']="Access road improvements along highway.   June 15, 2004.";	photoNote['midsiterockwork_orig']="Original ground - rock blast areas - west end.   April 29, 2004.";	photoNote['midsiterockwork_orig2']="Original ground - rock blast areas - west end.   April 29, 2004.";	photoNote['panoramic_highaboveold']="View to west through rock cut area - high above old road.   June 15, 2004.";	photoNote['panoramic_highaboveold2']="View to west through rock cut area - high above old road.   June 15, 2004.";	photoNote['panoramic_highaboveold3']="View to west through rock cut area - high above old road.   June 15, 2004.";	photoNote['pavementmilling']="Milling of original pavement along new work interface.   June 15, 2004.";	photoNote['rockcut_smoothcurve']="Rock cut on curve.   June 15, 2004.";	photoNote['rockcutarea']="Rock cut on curve.   June 15, 2004.";	photoNote['rockcutarea2']="Rock cut on curve.   June 15, 2004.";	photoNote['rockcutarea3']="Rock cut on curve.   June 15, 2004.";	photoNote['rockfillarea_barricade0035']="Rock fills down to old highway.  Innovative use of barriers.   June 15, 2004.";	photoNote['rockfillarea_barricade0036']="Rock fills down to old highway.  Innovative use of barriers.   June 15, 2004.";	photoNote['rockfillarea_barricadewal3']="Rock fills down to old highway.  Innovative use of barriers.   June 15, 2004.";	photoNote['rockfillarea_barricadewal5']="Rock fills down to old highway.  Innovative use of barriers.   June 15, 2004.";	photoNote['rockfillarea_barricadewall']="Rock fills down to old highway.  Innovative use of barriers.   June 15, 2004.";	photoNote['trackdriller']="Track drill rig - blast hole drilling - April 29, 2004";	photoNote['westend_finalblast2']="Drill rig at west interface to existing highway.   June 15, 2004.";	photoNote['westend_finalblasts']="Drill rig at west interface to existing highway.   June 15, 2004.";	photoNote['westentrance_orig']="Original ground at west entrance - interface to existing highway.   April 29, 2004.";	photoNote['westend_postblast']="Drill rig at west interface to existing highway.   June 15, 2004.";
