// JavaScript Document
function pageLoad(){
	document.getElementById('name').select();
	document.getElementById('name').focus();
}

function validateForm(){
}