// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField141' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField141','Select','',0),'UPTml29829',0,'val_1');
 	F_OM('FormsEditField142' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField142','Select','',0),'UPTml29829',0,'val_2');
 	F_OM('FormsEditField143' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField143','Select','',0),'UPTml29829',0,'val_9');
 	F_OM('FormsEditField144' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField144','Select','',0),'UPTml29829',0,'email');
 	F_OM('FormsEditField145' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField145','Select','',0),'UPTml29829',0,'val_14');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField145').bind('focus', function(__e) { return (F_e('FormsEditField145', F_F, __e)); } );
	$('#FormsEditField141').bind('focus', function(__e) { return (F_e('FormsEditField141', F_F, __e)); } );
	$('#FormsEditField143').bind('focus', function(__e) { return (F_e('FormsEditField143', F_F, __e)); } );
	$('#FormsEditField142').bind('focus', function(__e) { return (F_e('FormsEditField142', F_F, __e)); } );
	$('#FormsEditField144').bind('focus', function(__e) { return (F_e('FormsEditField144', F_F, __e)); } );
});
// End Actions

