var imageFiles_3x_1 = new Array();
imageFiles_3x_1['0'] = new Array ('_images/3x_CHAUFFEUR.gif', '_images/3x_CHAUFFEURMouseover.gif');
imageFiles_3x_1['1'] = new Array ('_images/3x_LIMOUSINE.gif', '_images/3x_LIMOUSINEMouseover.gif');
imageFiles_3x_1['2'] = new Array ('_images/3x_AIRPORT_SHUTTLE.gif', '_images/3x_AIRPORT_SHUTTLEMouseover.gif');

function image_on_3x_1 (position) {
   var doc = eval("document.image3x_1" + position);
   doc.src = imageFiles_3x_1[position][1];
}

function image_off_3x_1 (position) {
   var doc = eval("document.image3x_1" + position);
   doc.src = imageFiles_3x_1[position][0];
}
