var imageFiles_5gt_1 = new Array();
imageFiles_5gt_1['0'] = new Array ('_images/5gt_Party_Menus.gif', '_images/5gt_Party_MenusMouseover.gif');

function image_on_5gt_1 (position) {
   var doc = eval("document.image5gt_1" + position);
   doc.src = imageFiles_5gt_1[position][1];
}

function image_off_5gt_1 (position) {
   var doc = eval("document.image5gt_1" + position);
   doc.src = imageFiles_5gt_1[position][0];
}
