// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Focus','Layout','Show','',0,
	'Focus','Layout','Show','',0,
	'Hidden','Layout','Fly','In From Right',0));
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	($.browser.msie) ? $(window).bind('focus', function(__e) { return (F_e('Layout', F_F, __e)); }) : $(document).bind('focus', function() { return (F_e('Layout', F_F)); });
});
// End Actions

