function btnDisabled(){
	document.getElementById("sendbtn").disabled = true;
}
