var imageFiles_lx_10 = new Array();
imageFiles_lx_10['0'] = new Array ('_images/lx_Home.gif', '_images/lx_HomeMouseover.gif');
imageFiles_lx_10['1'] = new Array ('_images/lx_About_Us.gif', '_images/lx_About_UsMouseover.gif');
imageFiles_lx_10['2'] = new Array ('_images/lx_Rental_Trucks.gif', '_images/lx_Rental_TrucksMouseover.gif');
imageFiles_lx_10['3'] = new Array ('_images/lx_Shipment_Protection.gif', '_images/lx_Shipment_ProtectionMouseover.gif');
imageFiles_lx_10['4'] = new Array ('_images/lx_Packing.gif', '_images/lx_PackingMouseover.gif');
imageFiles_lx_10['5'] = new Array ('_images/lx_Long_Distance.gif', '_images/lx_Long_DistanceMouseover.gif');
imageFiles_lx_10['6'] = new Array ('_images/lx_Mobile_Storage.gif', '_images/lx_Mobile_StorageMouseover.gif');
imageFiles_lx_10['7'] = new Array ('_images/lx_Storage.gif', '_images/lx_StorageMouseover.gif');

function image_on_lx_10 (position) {
   var doc = eval("document.imagelx_10" + position);
   doc.src = imageFiles_lx_10[position][1];
}

function image_off_lx_10 (position) {
   var doc = eval("document.imagelx_10" + position);
   doc.src = imageFiles_lx_10[position][0];
}
