function seisakutyuOver(id) {
//	document.body.style.cursor = 'pointer';
//	Element.show(id);
}

function seisakutyuOut(id) {
//	document.body.style.cursor = 'default';
//	Element.hide(id);
}
