// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField79' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField79','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField80' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField80','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField81' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField81','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField82' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField82','Select','',0),'UPTml29829',0,'val_9');
 	F_OM('FormsEditField83' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField83','Select','',0),'UPTml29829',0,'val_14');
 
	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();
	$('#FormsEditField83').bind('focus', function(__e) { return (F_e('FormsEditField83', F_F, __e)); } );
	$('#FormsEditField79').bind('focus', function(__e) { return (F_e('FormsEditField79', F_F, __e)); } );
	$('#FormsEditField80').bind('focus', function(__e) { return (F_e('FormsEditField80', F_F, __e)); } );
	$('#FormsEditField82').bind('focus', function(__e) { return (F_e('FormsEditField82', F_F, __e)); } );
	$('#FormsEditField81').bind('focus', function(__e) { return (F_e('FormsEditField81', 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

