function pd_over(imgid,imgpath,suffix){
	document.getElementById('pd_'+imgid).src = imgpath+imgid+'-ov.'+suffix;
}

function pd_out(imgid,imgpath,suffix){
	document.getElementById('pd_'+imgid).src = imgpath+imgid+'.'+suffix;
}