var imageFiles_sh_7 = new Array();
imageFiles_sh_7['0'] = new Array ('_images/sh_Home.gif', '_images/sh_HomeMouseover.gif');
imageFiles_sh_7['1'] = new Array ('_images/sh_About_Us.gif', '_images/sh_About_UsMouseover.gif');
imageFiles_sh_7['2'] = new Array ('_images/sh_Our_Products.gif', '_images/sh_Our_ProductsMouseover.gif');
imageFiles_sh_7['3'] = new Array ('_images/sh_Testimonials.gif', '_images/sh_TestimonialsMouseover.gif');
imageFiles_sh_7['4'] = new Array ('_images/sh_Applications.gif', '_images/sh_ApplicationsMouseover.gif');
imageFiles_sh_7['5'] = new Array ('_images/sh_Contact_Us.gif', '_images/sh_Contact_UsMouseover.gif');

function image_on_sh_7 (position) {
   var doc = eval("document.imagesh_7" + position);
   doc.src = imageFiles_sh_7[position][1];
}

function image_off_sh_7 (position) {
   var doc = eval("document.imagesh_7" + position);
   doc.src = imageFiles_sh_7[position][0];
}

