// JavaScript Document
function showDiv(str){
	document.getElementById('ShowVerification').style.display=str;
}