var imageFiles_7s_17 = new Array();
imageFiles_7s_17['0'] = new Array ('_images/7s_Home.gif', '_images/7s_HomeMouseover.gif');
imageFiles_7s_17['1'] = new Array ('_images/7s_About_Us.gif', '_images/7s_About_UsMouseover.gif');
imageFiles_7s_17['2'] = new Array ('_images/7s_Construction_Waste_Video.gif', '_images/7s_Construction_Waste_VideoMouseover.gif');
imageFiles_7s_17['3'] = new Array ('_images/7s_Construction.gif', '_images/7s_ConstructionMouseover.gif');
imageFiles_7s_17['4'] = new Array ('_images/7s_Commercial.gif', '_images/7s_CommercialMouseover.gif');
imageFiles_7s_17['5'] = new Array ('_images/7s_Municipal_Residential.gif', '_images/7s_Municipal_ResidentialMouseover.gif');
imageFiles_7s_17['6'] = new Array ('_images/7s_Contact_Us.gif', '_images/7s_Contact_UsMouseover.gif');

function image_on_7s_17 (position) {
   var doc = eval("document.image7s_17" + position);
   doc.src = imageFiles_7s_17[position][1];
}

function image_off_7s_17 (position) {
   var doc = eval("document.image7s_17" + position);
   doc.src = imageFiles_7s_17[position][0];
}

