//This file will hide and show the username when focus out or if focus on text should be hide


function hideusername() {
	
document.getElementById('input_header').value = "";	
	
}
