var d=document;

function hl_top_act (id) {
   d.getElementById('hl'+id).style.display='block';
}

function hl_top_nact (id) {
   d.getElementById('hl'+id).style.display='none';
}

function hl_top2_act (id) {
   d.getElementById('td'+id).style.background='url(i/b_corn_act.gif) no-repeat top center';
}

function hl_top2_nact (id) {
   d.getElementById('td'+id).style.background='url(i/b_corn_nact.gif) no-repeat top center';
}

function duru_on (h_id, v_id) {
	d.getElementById('h_'+h_id).style.backgroundColor='#FFD46C';
	d.getElementById('v_'+v_id).style.backgroundColor='#FFD46C';
}

function duru_off (h_id, v_id) {
	d.getElementById('h_'+h_id).style.backgroundColor='#F9D4B5';
	d.getElementById('v_'+v_id).style.backgroundColor='#F9D4B5';
}
