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

function image_on_l_17 (position) {
   var doc = eval("document.imagel_17" + position);
   doc.src = imageFiles_l_17[position][1];
}

function image_off_l_17 (position) {
   var doc = eval("document.imagel_17" + position);
   doc.src = imageFiles_l_17[position][0];
}

