// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField4' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField4','Select','',0),'UPTml29830',0,'val_1');
 	F_OM('FormsEditField5' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField5','Select','',0),'UPTml29830',0,'val_2');
 	F_OM('FormsEditField6' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField6','Select','',0),'UPTml29830',0,'val_7');
 	F_OM('FormsEditField7' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField7','Select','',0),'UPTml29830',0,'val_9');
 	F_OM('FormsEditField10' , '', 'tfd', 'Layout',new Array(
	'Focus','FormsEditField10','Select','',0),'UPTml29830',0,'email');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField4').bind('focus', function(__e) { return (F_e('FormsEditField4', F_F, __e)); } );
	$('#FormsEditField5').bind('focus', function(__e) { return (F_e('FormsEditField5', F_F, __e)); } );
	$('#FormsEditField10').bind('focus', function(__e) { return (F_e('FormsEditField10', F_F, __e)); } );
	$('#FormsEditField6').bind('focus', function(__e) { return (F_e('FormsEditField6', F_F, __e)); } );
	$('#FormsEditField7').bind('focus', function(__e) { return (F_e('FormsEditField7', F_F, __e)); } );
});
// End Actions

