var imageFiles_6s_17 = new Array();
imageFiles_6s_17['0'] = new Array ('_images/6s_Home.gif', '_images/6s_HomeMouseover.gif');
imageFiles_6s_17['1'] = new Array ('_images/6s_About_MeShelle.gif', '_images/6s_About_MeShelleMouseover.gif');
imageFiles_6s_17['2'] = new Array ('_images/6s_Contact_MeShelle.gif', '_images/6s_Contact_MeShelleMouseover.gif');
imageFiles_6s_17['3'] = new Array ('_images/6s_ON_SALE.gif', '_images/6s_ON_SALEMouseover.gif');

function image_on_6s_17 (position) {
   var doc = eval("document.image6s_17" + position);
   doc.src = imageFiles_6s_17[position][1];
}

function image_off_6s_17 (position) {
   var doc = eval("document.image6s_17" + position);
   doc.src = imageFiles_6s_17[position][0];
}

