// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('FormsButton2' , '', 'btn', 'Layout',new Array(	'Clicked','Layout','Close','',0),'contact',0,'Schaltfläche2'); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
	$('#FormsButton2').bind('click', function(__e) { return (F_e('FormsButton2', F_CL, __e)); } );
});
// End Actions


