// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild60' , 'Bild60LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild60','Fly','In From Top Left',0,
	'Clicked','Layout','Go To','./html/koenigscard.html',0),'',0);
 	F_OM('Bild69' , 'Bild69LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild69','Fly','In From Top Left',0,
	'Clicked','Layout','Go To','./html/koenigscard.html',0),'',0);
 	F_OM('Navigationsleiste4' , 'Navigationsleiste4LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild60A').bind('click', function(__e) { return (F_e('Bild60', F_CL, __e)); } );
	$('#Bild69A').bind('click', function(__e) { return (F_e('Bild69', F_CL, __e)); } );
});
// End Actions


