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


