// JavaScript Document

function todislog()
{
	var stat=document.getElementById("login-form").style.display;
	alert(stat);
}
