// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text4Link1' , '', 'tln', 'Text4',new Array(
		'Clicked','Layout','Close','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text4Link1').bind('click', function(__e) { return (F_e('Text4Link1', F_CL, __e)); } );
});
// End Actions

