function show_loader(){
	
}

function hide_loader(){
	document.getElementById("xLoader").style.display = "none";
}