// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text7','Show','',0),'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture19','Delay',F_Parm('action','delay12_done','delay',22,'continuous',false),0,
	'delay12_done','Picture19','Show','',0,
	'Clicked','Layout','Go To','./html/railtop-uebersicht.html',0),'',0);
 	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture21','Delay',F_Parm('action','delay_is_done','delay',2,'continuous',false),0,
	'delay_is_done','Picture21','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture19A').bind('click', function(__e) { return (F_e('Picture19', F_CL, __e)); } );
});
// End Actions


