var imageFiles_x8_1 = new Array();
imageFiles_x8_1['0'] = new Array ('_images/x8_A_La_Carte_Travel_Insurance.gif', '_images/x8_A_La_Carte_Travel_InsuranceMouseover.gif');

function image_on_x8_1 (position) {
   var doc = eval("document.imagex8_1" + position);
   doc.src = imageFiles_x8_1[position][1];
}

function image_off_x8_1 (position) {
   var doc = eval("document.imagex8_1" + position);
   doc.src = imageFiles_x8_1[position][0];
}
