var imageFiles_4pl_1 = new Array();
imageFiles_4pl_1['0'] = new Array ('_images/4pl_Back_to_Florentino_s_Pg_1_.gif', '_images/4pl_Back_to_Florentino_s_Pg_1_Mouseover.gif');

function image_on_4pl_1 (position) {
   var doc = eval("document.image4pl_1" + position);
   doc.src = imageFiles_4pl_1[position][1];
}

function image_off_4pl_1 (position) {
   var doc = eval("document.image4pl_1" + position);
   doc.src = imageFiles_4pl_1[position][0];
}
