function onColor(td)
{
td.style.backgroundImage='url(../images/dhzbg.jpg)'
td.style.color='#CC0C07';
td.style.fontWeight='bold';
td.style.cursor='pointer';
}
function outColor(td)
{
td.style.backgroundImage='';
td.style.color='';
td.style.fontWeight='';
td.style.cursor='';
}
