function makeHidden(){
	var gettable = document.getElementById('aftersendDisappear');	
		gettable.style.display = 'none';	
}