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

function image_on_2fj_5 (position) {
   var doc = eval("document.image2fj_5" + position);
   doc.src = imageFiles_2fj_5[position][1];
}

function image_off_2fj_5 (position) {
   var doc = eval("document.image2fj_5" + position);
   doc.src = imageFiles_2fj_5[position][0];
}
