// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('FormsEditField44' , '', 'tfd', 'Layout',new Array(
	'Select','FormsEditField44','Set Value',' ',0),'parmaCallBack',0,'Cognome');
 
	F_OM('FormsEditField45' , '', 'tfd', 'Layout',new Array(
	'Select','FormsEditField45','Set Value',' ',0),'parmaCallBack',0,'Telefono');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField44').bind('select', function(__e) { return (F_e('FormsEditField44', F_SE, __e)); } );
	$('#FormsEditField45').bind('select', function(__e) { return (F_e('FormsEditField45', F_SE, __e)); } );
});
// End Actions


