function display(wer, status){
		document.getElementById(wer).style.display = status;


}