// 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_OM('FormsEditField47' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField47','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField48' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField48','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField49' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField49','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField50' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField50','Select','',0),'UPTml29829',0,'val_14');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField47').bind('focus', function(__e) { return (F_e('FormsEditField47', F_F, __e)); } );
	$('#FormsEditField48').bind('focus', function(__e) { return (F_e('FormsEditField48', F_F, __e)); } );
	$('#FormsEditField49').bind('focus', function(__e) { return (F_e('FormsEditField49', F_F, __e)); } );
	$('#FormsEditField50').bind('focus', function(__e) { return (F_e('FormsEditField50', F_F, __e)); } );
	$('#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

