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


