var imageFiles_3o5_1 = new Array();
imageFiles_3o5_1['0'] = new Array ('_images/3o5_Back_to_La_Villa_Pg__1.gif', '_images/3o5_Back_to_La_Villa_Pg__1Mouseover.gif');

function image_on_3o5_1 (position) {
   var doc = eval("document.image3o5_1" + position);
   doc.src = imageFiles_3o5_1[position][1];
}

function image_off_3o5_1 (position) {
   var doc = eval("document.image3o5_1" + position);
   doc.src = imageFiles_3o5_1[position][0];
}
