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

function image_on_l_11 (position) {
   var doc = eval("document.imagel_11" + position);
   doc.src = imageFiles_l_11[position][1];
}

function image_off_l_11 (position) {
   var doc = eval("document.imagel_11" + position);
   doc.src = imageFiles_l_11[position][0];
}

