// 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('FormsEditField35' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField35','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField36' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField36','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField37' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField37','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField38' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField38','Select','',0),'UPTml29829',0,'val_14');
 
	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)); } );
	$('#FormsEditField36').bind('focus', function(__e) { return (F_e('FormsEditField36', F_F, __e)); } );
	$('#FormsEditField35').bind('focus', function(__e) { return (F_e('FormsEditField35', F_F, __e)); } );
	$('#FormsEditField37').bind('focus', function(__e) { return (F_e('FormsEditField37', F_F, __e)); } );
	$('#FormsEditField38').bind('focus', function(__e) { return (F_e('FormsEditField38', F_F, __e)); } );
});
// End Actions

