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

function image_on_2x_7 (position) {
   var doc = eval("document.image2x_7" + position);
   doc.src = imageFiles_2x_7[position][1];
}

function image_off_2x_7 (position) {
   var doc = eval("document.image2x_7" + position);
   doc.src = imageFiles_2x_7[position][0];
}

