// 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),'CallBack',0,'Cognome'); 	F_OM('FormsEditField45' , '', 'tfd', 'Layout',new Array(	'Select','FormsEditField45','Set Value',' ',0),'CallBack',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

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 177, height: 380,
		src: './babyplanner.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'l', wmode: 'window' }
	});
});
// End jMedia Components


