var imageFiles_4hf_1 = new Array();
imageFiles_4hf_1['0'] = new Array ('_images/4hf_Drivers_Licenses.gif', '_images/4hf_Drivers_LicensesMouseover.gif');
imageFiles_4hf_1['1'] = new Array ('_images/4hf_Voter_Registration.gif', '_images/4hf_Voter_RegistrationMouseover.gif');
imageFiles_4hf_1['2'] = new Array ('_images/4hf_NH_Towns___Cities.gif', '_images/4hf_NH_Towns___CitiesMouseover.gif');

function image_on_4hf_1 (position) {
   var doc = eval("document.image4hf_1" + position);
   doc.src = imageFiles_4hf_1[position][1];
}

function image_off_4hf_1 (position) {
   var doc = eval("document.image4hf_1" + position);
   doc.src = imageFiles_4hf_1[position][0];
}

