// 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('FormsEditField94' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField94','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField95' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField95','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField96' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField96','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField97' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField97','Select','',0),'UPTml29829',0,'val_9');
 	F_OM('FormsEditField98' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField98','Select','',0),'UPTml29829',0,'val_14');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField98').bind('focus', function(__e) { return (F_e('FormsEditField98', F_F, __e)); } );
	$('#FormsEditField94').bind('focus', function(__e) { return (F_e('FormsEditField94', F_F, __e)); } );
	$('#FormsEditField95').bind('focus', function(__e) { return (F_e('FormsEditField95', F_F, __e)); } );
	$('#FormsEditField97').bind('focus', function(__e) { return (F_e('FormsEditField97', F_F, __e)); } );
	$('#FormsEditField96').bind('focus', function(__e) { return (F_e('FormsEditField96', 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

