var imageFiles_60x_1 = new Array();
imageFiles_60x_1['0'] = new Array ('_images/60x_Back_to_Madelyna_s_Pg__1.gif', '_images/60x_Back_to_Madelyna_s_Pg__1Mouseover.gif');

function image_on_60x_1 (position) {
   var doc = eval("document.image60x_1" + position);
   doc.src = imageFiles_60x_1[position][1];
}

function image_off_60x_1 (position) {
   var doc = eval("document.image60x_1" + position);
   doc.src = imageFiles_60x_1[position][0];
}

