function initialFocus()
{
	var btn = document.getElementById('home');
	btn.focus();
}
