var imageFiles_n_1 = new Array();
imageFiles_n_1['0'] = new Array ('_images/n_Breakfast___Brunch.gif', '_images/n_Breakfast___BrunchMouseover.gif');
imageFiles_n_1['1'] = new Array ('_images/n_Hors_d_oeuvres.gif', '_images/n_Hors_d_oeuvresMouseover.gif');
imageFiles_n_1['2'] = new Array ('_images/n_Soups.gif', '_images/n_SoupsMouseover.gif');
imageFiles_n_1['3'] = new Array ('_images/n_Salads.gif', '_images/n_SaladsMouseover.gif');
imageFiles_n_1['4'] = new Array ('_images/n_Sandwiches.gif', '_images/n_SandwichesMouseover.gif');

function image_on_n_1 (position) {
   var doc = eval("document.imagen_1" + position);
   doc.src = imageFiles_n_1[position][1];
}

function image_off_n_1 (position) {
   var doc = eval("document.imagen_1" + position);
   doc.src = imageFiles_n_1[position][0];
}

