// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Forms Multi-Line1' , '', 'tfd', 'Layout',new Array(
	'Page Loaded','Forms Multi-Line1','Set Value',F_Exp('""'),0),'Table3FORM',0,'FText');
 
	F_OM('Forms Button2' , '', 'btn', 'Layout',new Array(
	'Clicked','Forms Multi-Line1','Set Value','""',0),'Table3FORM',0,'FormsButton2');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Forms Button2').bind('click', function(__e) { return (F_e('Forms Button2', F_CL, __e)); } );
});
// End Actions

