// 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','Set Value',F_Exp('""'),0),'Table1FORM',0,'q');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormsEditField4').bind('focus', function(__e) { return (F_e('FormsEditField4', F_F, __e)); } );
});
// End Actions

