var imageFiles_5fx_5 = new Array();
imageFiles_5fx_5['0'] = new Array ('_images/5fx_Products.gif', '_images/5fx_ProductsMouseover.gif');
imageFiles_5fx_5['1'] = new Array ('_images/5fx_York.gif', '_images/5fx_YorkMouseover.gif');
imageFiles_5fx_5['2'] = new Array ('_images/5fx_Safety__Bulletins.gif', '_images/5fx_Safety__BulletinsMouseover.gif');

function image_on_5fx_5 (position) {
   var doc = eval("document.image5fx_5" + position);
   doc.src = imageFiles_5fx_5[position][1];
}

function image_off_5fx_5 (position) {
   var doc = eval("document.image5fx_5" + position);
   doc.src = imageFiles_5fx_5[position][0];
}
