// JavaScript Document
function Set_Check(chk_id) 
{
	 document.getElementById(chk_id).checked = true;
}

