// 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-Line2' , '', 'tfd', 'Layout',null,'Table2FORM',0,'Address');
 
	F_OM('Forms Multi-Line1' , '', 'tfd', 'Layout',null,'Table2FORM',0,'Message');
 
	F_OM('Forms Button1' , '', 'btn', 'Layout',new Array(
	'Clicked','Forms Multi-Line1','Set Value','""',0,
	'Clicked','Forms Multi-Line2','Set Value','""',0),'Table2FORM',0,'FormsButton1');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Forms Button1').bind('click', function(__e) { return (F_e('Forms Button1', F_CL, __e)); } );
});
// End Actions


