function setloginformtype()
{
	document.getElementById('clrf-fn').value='passwordreminder';
	
	return true;
}

