<!--
function hc(ctrl,img){
document.getElementById(ctrl).className='HMA';
document.getElementById(img).src='images/pf_hm_h.gif';
}
function hco(ctrl,img){
document.getElementById(ctrl).className='HM';
document.getElementById(img).src='images/pf_hm.gif';
}
//-->
