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

function image_on_lx_7 (position) {
   var doc = eval("document.imagelx_7" + position);
   doc.src = imageFiles_lx_7[position][1];
}

function image_off_lx_7 (position) {
   var doc = eval("document.imagelx_7" + position);
   doc.src = imageFiles_lx_7[position][0];
}
