document.getElementById("password").focus();

function checkPassword()
{
	return document.getElementById("password").value.length > 0;
}

