var imageFiles_n_16 = new Array();
imageFiles_n_16['0'] = new Array ('_images/n_Home.gif', '_images/n_HomeMouseover.gif');
imageFiles_n_16['1'] = new Array ('_images/n_Our_Team_.gif', '_images/n_Our_Team_Mouseover.gif');
imageFiles_n_16['2'] = new Array ('_images/n_Services.gif', '_images/n_ServicesMouseover.gif');
imageFiles_n_16['3'] = new Array ('_images/n_Landscape_Design.gif', '_images/n_Landscape_DesignMouseover.gif');
imageFiles_n_16['4'] = new Array ('_images/n_Community.gif', '_images/n_CommunityMouseover.gif');
imageFiles_n_16['5'] = new Array ('_images/n_Contact_Us.gif', '_images/n_Contact_UsMouseover.gif');

function image_on_n_16 (position) {
   var doc = eval("document.imagen_16" + position);
   doc.src = imageFiles_n_16[position][1];
}

function image_off_n_16 (position) {
   var doc = eval("document.imagen_16" + position);
   doc.src = imageFiles_n_16[position][0];
}
