var imageFiles_3o4_1 = new Array();
imageFiles_3o4_1['0'] = new Array ('_images/3o4_More_From_La_Villa.gif', '_images/3o4_More_From_La_VillaMouseover.gif');

function image_on_3o4_1 (position) {
   var doc = eval("document.image3o4_1" + position);
   doc.src = imageFiles_3o4_1[position][1];
}

function image_off_3o4_1 (position) {
   var doc = eval("document.image3o4_1" + position);
   doc.src = imageFiles_3o4_1[position][0];
}
