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

