var imageFiles_2_7 = new Array();
imageFiles_2_7['0'] = new Array ('_images/2_Home.gif', '_images/2_HomeMouseover.gif');
imageFiles_2_7['1'] = new Array ('_images/2_Your_Personal_Chef.gif', '_images/2_Your_Personal_ChefMouseover.gif');
imageFiles_2_7['2'] = new Array ('_images/2_Cooking_With_Kids.gif', '_images/2_Cooking_With_KidsMouseover.gif');
imageFiles_2_7['3'] = new Array ('_images/2_Meet_the_FourJanes.gif', '_images/2_Meet_the_FourJanesMouseover.gif');
imageFiles_2_7['4'] = new Array ('_images/2_Romantic_Dinners.gif', '_images/2_Romantic_DinnersMouseover.gif');
imageFiles_2_7['5'] = new Array ('_images/2_Catering.gif', '_images/2_CateringMouseover.gif');

function image_on_2_7 (position) {
   var doc = eval("document.image2_7" + position);
   doc.src = imageFiles_2_7[position][1];
}

function image_off_2_7 (position) {
   var doc = eval("document.image2_7" + position);
   doc.src = imageFiles_2_7[position][0];
}
