var imageFiles_ff_1 = new Array();
imageFiles_ff_1['0'] = new Array ('_images/ff_Home.gif', '_images/ff_HomeMouseover.gif');
imageFiles_ff_1['1'] = new Array ('_images/ff_Contact_Terry_Taylor.gif', '_images/ff_Contact_Terry_TaylorMouseover.gif');
imageFiles_ff_1['2'] = new Array ('_images/ff_Events_Calendar.gif', '_images/ff_Events_CalendarMouseover.gif');

function image_on_ff_1 (position) {
   var doc = eval("document.imageff_1" + position);
   doc.src = imageFiles_ff_1[position][1];
}

function image_off_ff_1 (position) {
   var doc = eval("document.imageff_1" + position);
   doc.src = imageFiles_ff_1[position][0];
}

