var imageFiles_pv_1 = new Array();
imageFiles_pv_1['0'] = new Array ('_images/pv_Miller_Leaman.gif', '_images/pv_Miller_LeamanMouseover.gif');

function image_on_pv_1 (position) {
   var doc = eval("document.imagepv_1" + position);
   doc.src = imageFiles_pv_1[position][1];
}

function image_off_pv_1 (position) {
   var doc = eval("document.imagepv_1" + position);
   doc.src = imageFiles_pv_1[position][0];
}

