var imageFiles_5uh_1 = new Array();
imageFiles_5uh_1['0'] = new Array ('_images/5uh_Back_to_Phat_Albert_s_Pg__1.gif', '_images/5uh_Back_to_Phat_Albert_s_Pg__1Mouseover.gif');

function image_on_5uh_1 (position) {
   var doc = eval("document.image5uh_1" + position);
   doc.src = imageFiles_5uh_1[position][1];
}

function image_off_5uh_1 (position) {
   var doc = eval("document.image5uh_1" + position);
   doc.src = imageFiles_5uh_1[position][0];
}

