// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('firstname' , '', 'tfd', 'Layout',new Array(
	'Focus','firstname','Select','',0),'UPTml29829a',0,'val_1');
 	F_OM('FormsEditField21' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField21','Select','',0),'UPTml29829a',0,'email');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField21').bind('focus', function(__e) { return (F_e('FormsEditField21', F_F, __e)); } );
	$('#firstname').bind('focus', function(__e) { return (F_e('firstname', F_F, __e)); } );
});
// End Actions

