var imageFiles_2x_5 = new Array();
imageFiles_2x_5['0'] = new Array ('_images/2x_Home_l.gif', '_images/2x_Home_lMouseover.gif');
imageFiles_2x_5['1'] = new Array ('_images/2x_Services_l.gif', '_images/2x_Services_lMouseover.gif');
imageFiles_2x_5['2'] = new Array ('_images/2x_About_DWKD_l.gif', '_images/2x_About_DWKD_lMouseover.gif');
imageFiles_2x_5['3'] = new Array ('_images/2x_Appliances_l.gif', '_images/2x_Appliances_lMouseover.gif');
imageFiles_2x_5['4'] = new Array ('_images/2x_Contact_Us_l.gif', '_images/2x_Contact_Us_lMouseover.gif');
imageFiles_2x_5['5'] = new Array ('_images/2x_Gallery_l.gif', '_images/2x_Gallery_lMouseover.gif');

function image_on_2x_5 (position) {
   var doc = eval("document.image2x_5" + position);
   doc.src = imageFiles_2x_5[position][1];
}

function image_off_2x_5 (position) {
   var doc = eval("document.image2x_5" + position);
   doc.src = imageFiles_2x_5[position][0];
}

