var imageFiles_4xv_1 = new Array();
imageFiles_4xv_1['0'] = new Array ('_images/4xv_Back_to_Sunrise_Diner_Pg_1.gif', '_images/4xv_Back_to_Sunrise_Diner_Pg_1Mouseover.gif');

function image_on_4xv_1 (position) {
   var doc = eval("document.image4xv_1" + position);
   doc.src = imageFiles_4xv_1[position][1];
}

function image_off_4xv_1 (position) {
   var doc = eval("document.image4xv_1" + position);
   doc.src = imageFiles_4xv_1[position][0];
}

