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

function image_on_sh_25 (position) {
   var doc = eval("document.imagesh_25" + position);
   doc.src = imageFiles_sh_25[position][1];
}

function image_off_sh_25 (position) {
   var doc = eval("document.imagesh_25" + position);
   doc.src = imageFiles_sh_25[position][0];
}
