var imageFiles_ho4w_9 = new Array();
imageFiles_ho4w_9['0'] = new Array ('_images/ho4w_Home.gif', '_images/ho4w_HomeMouseover.gif');
imageFiles_ho4w_9['1'] = new Array ('_images/ho4w_About_Us.gif', '_images/ho4w_About_UsMouseover.gif');
imageFiles_ho4w_9['2'] = new Array ('_images/ho4w_Contact_Us.gif', '_images/ho4w_Contact_UsMouseover.gif');
imageFiles_ho4w_9['3'] = new Array ('_images/ho4w_Gaming.gif', '_images/ho4w_GamingMouseover.gif');
imageFiles_ho4w_9['4'] = new Array ('_images/ho4w_Fan_Shop.gif', '_images/ho4w_Fan_ShopMouseover.gif');
imageFiles_ho4w_9['5'] = new Array ('_images/ho4w_Links.gif', '_images/ho4w_LinksMouseover.gif');
imageFiles_ho4w_9['6'] = new Array ('_images/ho4w_Board_Games.gif', '_images/ho4w_Board_GamesMouseover.gif');

function image_on_ho4w_9 (position) {
   var doc = eval("document.imageho4w_9" + position);
   doc.src = imageFiles_ho4w_9[position][1];
}

function image_off_ho4w_9 (position) {
   var doc = eval("document.imageho4w_9" + position);
   doc.src = imageFiles_ho4w_9[position][0];
}
