// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Geklickt','Layout','neue Seite','',0));
	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',new Array(
	'Geklickt','Text5','Neue Seite','',0),'',0);
 	F_OM('Bild44' , 'Bild44LYR', 'img', 'Layout',new Array(
	'Clicked','Bild44','Neue Seite','',0,
	'Clicked','Layout','Go To','./html/charakterdesign.html',0),'',0);
 	F_OM('Bild47' , 'Bild47LYR', 'img', 'Layout',new Array(
	'Clicked','Bild47','Geklickt','',0,
	'Clicked','Layout','Go To','./html/info-trailer.html',0),'',0);
 	F_OM('Bild54' , 'Bild54LYR', 'img', 'Layout',new Array(
	'Clicked','Bild54','Neue Seite','',0,
	'Clicked','Layout','Go To','./html/download___portfolio.html',0),'',0);
 	F_OM('Bild56' , 'Bild56LYR', 'img', 'Layout',new Array(
	'Clicked','Bild56','Neue Seite','',0,
	'Clicked','Layout','Go To','./html/illustrationen.html',0),'',0);
 	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',new Array(
	'Geklickt','Text15','Neue Seite','',0),'',0);
 	F_OM('Text21' , 'Text21LYR', 'txt', 'Layout',new Array(
	'Geklickt','Text21','Neue Seite','',0),'',0);
		F_OM('Text21Link1' , '', 'tln', 'Text21',new Array(
		'Clicked','Layout','Neue Seite','',0,
		'Clicked','Layout','Go To','./index.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text21Link1').bind('click', function(__e) { return (F_e('Text21Link1', F_CL, __e)); } );
	$('#Bild56A').bind('click', function(__e) { return (F_e('Bild56', F_CL, __e)); } );
	$('#Bild44A').bind('click', function(__e) { return (F_e('Bild44', F_CL, __e)); } );
	$('#Bild47A').bind('click', function(__e) { return (F_e('Bild47', F_CL, __e)); } );
	$('#Bild54A').bind('click', function(__e) { return (F_e('Bild54', F_CL, __e)); } );
});
// End Actions


