var imageFiles_l_23 = new Array();
imageFiles_l_23['0'] = new Array ('_images/l_HOME.gif', '_images/l_HOMEMouseover.gif');
imageFiles_l_23['1'] = new Array ('_images/l_ABOUT_US.gif', '_images/l_ABOUT_USMouseover.gif');
imageFiles_l_23['2'] = new Array ('_images/l_SYSTEMS.gif', '_images/l_SYSTEMSMouseover.gif');
imageFiles_l_23['3'] = new Array ('_images/l_FIRE_ALARM.gif', '_images/l_FIRE_ALARMMouseover.gif');
imageFiles_l_23['4'] = new Array ('_images/l_SECURITY.gif', '_images/l_SECURITYMouseover.gif');
imageFiles_l_23['5'] = new Array ('_images/l_DATA_VOICE.gif', '_images/l_DATA_VOICEMouseover.gif');
imageFiles_l_23['6'] = new Array ('_images/l_SOUND_AUDIO.gif', '_images/l_SOUND_AUDIOMouseover.gif');
imageFiles_l_23['7'] = new Array ('_images/l_VIDEO.gif', '_images/l_VIDEOMouseover.gif');
imageFiles_l_23['8'] = new Array ('_images/l_NURSE_CALL.gif', '_images/l_NURSE_CALLMouseover.gif');
imageFiles_l_23['9'] = new Array ('_images/l_RESIDENTIAL.gif', '_images/l_RESIDENTIALMouseover.gif');
imageFiles_l_23['10'] = new Array ('_images/l_OUR_CUSTOMERS.gif', '_images/l_OUR_CUSTOMERSMouseover.gif');
imageFiles_l_23['11'] = new Array ('_images/l_CONTACT_US.gif', '_images/l_CONTACT_USMouseover.gif');

function image_on_l_23 (position) {
   var doc = eval("document.imagel_23" + position);
   doc.src = imageFiles_l_23[position][1];
}

function image_off_l_23 (position) {
   var doc = eval("document.imagel_23" + position);
   doc.src = imageFiles_l_23[position][0];
}

