//coding:utf-8




//document.getElementById plus court
function getId(id)
{
	return document.getElementById(id);
}




