// JavaScript Document
window.onload=function() {
	try{
		document.getElementById("formFocus").focus();
	}
	catch(e){
		
	}
}