var imageFiles_2fj_3 = new Array();
imageFiles_2fj_3['0'] = new Array ('_images/2fj_ROYAL_TRAVEL_HOME.gif', '_images/2fj_ROYAL_TRAVEL_HOMEMouseover.gif');
imageFiles_2fj_3['1'] = new Array ('_images/2fj_TOUR_PACKAGES.gif', '_images/2fj_TOUR_PACKAGESMouseover.gif');
imageFiles_2fj_3['2'] = new Array ('_images/2fj_CONTACT_US.gif', '_images/2fj_CONTACT_USMouseover.gif');

function image_on_2fj_3 (position) {
   var doc = eval("document.image2fj_3" + position);
   doc.src = imageFiles_2fj_3[position][1];
}

function image_off_2fj_3 (position) {
   var doc = eval("document.image2fj_3" + position);
   doc.src = imageFiles_2fj_3[position][0];
}

