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

function image_on_sh_5 (position) {
   var doc = eval("document.imagesh_5" + position);
   doc.src = imageFiles_sh_5[position][1];
}

function image_off_sh_5 (position) {
   var doc = eval("document.imagesh_5" + position);
   doc.src = imageFiles_sh_5[position][0];
}

