// JavaScript Document
			
//*************************************************************
//  This function is executed when the page is loaded.
//*************************************************************
function PreLoad()
	{
	this.document.frmContact.Name.focus();
	}
// 