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

function image_on_sh_15 (position) {
   var doc = eval("document.imagesh_15" + position);
   doc.src = imageFiles_sh_15[position][1];
}

function image_off_sh_15 (position) {
   var doc = eval("document.imagesh_15" + position);
   doc.src = imageFiles_sh_15[position][0];
}

