var imageFiles_fc_1 = new Array();
imageFiles_fc_1['0'] = new Array ('_images/fc_Local___Interstate_Moves.gif', '_images/fc_Local___Interstate_MovesMouseover.gif');
imageFiles_fc_1['1'] = new Array ('_images/fc_International_Moves.gif', '_images/fc_International_MovesMouseover.gif');
imageFiles_fc_1['2'] = new Array ('_images/fc_Packing_Services.gif', '_images/fc_Packing_ServicesMouseover.gif');
imageFiles_fc_1['3'] = new Array ('_images/fc_Storage_Facilities.gif', '_images/fc_Storage_FacilitiesMouseover.gif');
imageFiles_fc_1['4'] = new Array ('_images/fc_Pack_Rat.gif', '_images/fc_Pack_RatMouseover.gif');
imageFiles_fc_1['5'] = new Array ('_images/fc_Penske_U_Drive.gif', '_images/fc_Penske_U_DriveMouseover.gif');
imageFiles_fc_1['6'] = new Array ('_images/fc_Commercial_Moves.gif', '_images/fc_Commercial_MovesMouseover.gif');

function image_on_fc_1 (position) {
   var doc = eval("document.imagefc_1" + position);
   doc.src = imageFiles_fc_1[position][1];
}

function image_off_fc_1 (position) {
   var doc = eval("document.imagefc_1" + position);
   doc.src = imageFiles_fc_1[position][0];
}
