function access(status)
{
	document.getElementById("access").style.display = status;
	document.forms[0].request.focus();
}
