var imageFiles_2x_1 = new Array();
imageFiles_2x_1['0'] = new Array ('_images/2x_Slideshow.gif', '_images/2x_SlideshowMouseover.gif');
imageFiles_2x_1['1'] = new Array ('_images/2x_Videos.gif', '_images/2x_VideosMouseover.gif');
imageFiles_2x_1['2'] = new Array ('_images/2x_In_the_News.gif', '_images/2x_In_the_NewsMouseover.gif');
imageFiles_2x_1['3'] = new Array ('_images/2x_Newsletters.gif', '_images/2x_NewslettersMouseover.gif');
imageFiles_2x_1['4'] = new Array ('_images/2x_Books___Publications.gif', '_images/2x_Books___PublicationsMouseover.gif');

function image_on_2x_1 (position) {
   var doc = eval("document.image2x_1" + position);
   doc.src = imageFiles_2x_1[position][1];
}

function image_off_2x_1 (position) {
   var doc = eval("document.image2x_1" + position);
   doc.src = imageFiles_2x_1[position][0];
}
