// 	Place flashing cursor in first text field of first form. //	Will be called onLoad.	document.forms[0].elements[0].focus();	document.forms[0].elements[0].select();