var imageFiles_5tn_1 = new Array();
imageFiles_5tn_1['0'] = new Array ('_images/5tn_Appetizer_Menu.gif', '_images/5tn_Appetizer_MenuMouseover.gif');
imageFiles_5tn_1['1'] = new Array ('_images/5tn_Entree__Menu.gif', '_images/5tn_Entree__MenuMouseover.gif');
imageFiles_5tn_1['2'] = new Array ('_images/5tn_Driving_Directions.gif', '_images/5tn_Driving_DirectionsMouseover.gif');
imageFiles_5tn_1['3'] = new Array ('_images/5tn_Sunday_Brunch.gif', '_images/5tn_Sunday_BrunchMouseover.gif');
imageFiles_5tn_1['4'] = new Array ('_images/5tn_Dillon_s_Grill.gif', '_images/5tn_Dillon_s_GrillMouseover.gif');

function image_on_5tn_1 (position) {
   var doc = eval("document.image5tn_1" + position);
   doc.src = imageFiles_5tn_1[position][1];
}

function image_off_5tn_1 (position) {
   var doc = eval("document.image5tn_1" + position);
   doc.src = imageFiles_5tn_1[position][0];
}
