var imageFiles_1l8_1 = new Array();
imageFiles_1l8_1['0'] = new Array ('_images/1l8_Crystal_Springs.gif', '_images/1l8_Crystal_SpringsMouseover.gif');
imageFiles_1l8_1['1'] = new Array ('_images/1l8_The_Ranch.gif', '_images/1l8_The_RanchMouseover.gif');
imageFiles_1l8_1['2'] = new Array ('_images/1l8_Contact_Us.gif', '_images/1l8_Contact_UsMouseover.gif');

function image_on_1l8_1 (position) {
   var doc = eval("document.image1l8_1" + position);
   doc.src = imageFiles_1l8_1[position][1];
}

function image_off_1l8_1 (position) {
   var doc = eval("document.image1l8_1" + position);
   doc.src = imageFiles_1l8_1[position][0];
}
