// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('T-personlich' , 'T-personlichLYR', 'txt', 'Layout',null,'',0);
 	F_OM('T-wunderbar' , 'T-wunderbarLYR', 'txt', 'Layout',null,'',0);
 	F_OM('T-naturlich' , 'T-naturlichLYR', 'txt', 'Layout',null,'',0);
 	F_OM('T-einmalig' , 'T-einmaligLYR', 'txt', 'Layout',null,'',0);
 	F_OM('T-normal' , 'T-normalLYR', 'txt', 'Layout',null,'',0);
 	F_OM('B-personlich' , 'B-personlichLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-eigenartig' , 'B-eigenartigLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-wunderbar' , 'B-wunderbarLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-naturlich' , 'B-naturlichLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-einmalig' , 'B-einmaligLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-normal' , 'B-normalLYR', 'img', 'Layout',null,'',0);
 	F_OM('personlich' , 'personlichLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-personlich','Show','',0,
	'Mouse Over','T-personlich','Show','',0,
	'Mouse Out','B-personlich','Hide','',0,
	'Mouse Out','T-personlich','Hide','',0,
	'Clicked','Layout','Go To','./html/personlich.html',0),'',0);
 	F_OM('eigenartig' , 'eigenartigLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-eigenartig','Show','',0,
	'Mouse Over','T-eigenartig','Show','',0,
	'Mouse Out','B-eigenartig','Hide','',0,
	'Mouse Out','T-eigenartig','Hide','',0,
	'Clicked','Layout','Go To','./html/eigenartig.html',0),'',0);
 	F_OM('wunderbar' , 'wunderbarLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-wunderbar','Show','',0,
	'Mouse Over','T-wunderbar','Show','',0,
	'Mouse Out','B-wunderbar','Hide','',0,
	'Mouse Out','T-wunderbar','Hide','',0,
	'Clicked','Layout','Go To','./html/wunderbar.html',0),'',0);
 	F_OM('naturlich' , 'naturlichLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-naturlich','Show','',0,
	'Mouse Over','T-naturlich','Show','',0,
	'Mouse Out','B-naturlich','Hide','',0,
	'Mouse Out','T-naturlich','Hide','',0,
	'Clicked','Layout','Go To','./html/naturlich.html',0),'',0);
 	F_OM('einmalig' , 'einmaligLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-einmalig','Show','',0,
	'Mouse Over','T-einmalig','Show','',0,
	'Mouse Out','B-einmalig','Hide','',0,
	'Mouse Out','T-einmalig','Hide','',0,
	'Clicked','Layout','Go To','./html/einmalig.html',0),'',0);
 	F_OM('normal' , 'normalLYR', 'img', 'Layout',new Array(
	'Mouse Over','B-normal','Show','',0,
	'Mouse Over','T-normal','Show','',0,
	'Mouse Out','B-normal','Hide','',0,
	'Mouse Out','T-normal','Hide','',0,
	'Clicked','Layout','Go To','./html/normal.html',0),'',0);
 	F_OM('T-eigenartig' , 'T-eigenartigLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Bild539' , 'Bild539LYR', 'img', 'Layout',new Array(
	'Mouse Over','B-klangvoll','Show','',0,
	'Mouse Out','B-klangvoll','Hide','',0,
	'Clicked','Layout','Go To','./html/personlich.html',0),'',0);
 	F_OM('Bild540' , 'Bild540LYR', 'img', 'Layout',new Array(
	'Mouse Over','B-Geschnke','Show','',0,
	'Mouse Out','B-Geschnke','Hide','',0,
	'Clicked','Layout','Go To','./html/personlich.html',0),'',0);
 	F_OM('B-klangvoll' , 'B-klangvollLYR', 'img', 'Layout',null,'',0);
 	F_OM('B-Geschnke' , 'B-GeschnkeLYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#personlichA').bind('click', function(__e) { return (F_e('personlich', F_CL, __e)); } );
	$('#personlichA').bind('mouseover', function(__e) { return (F_e('personlich', F_MV, __e)); } );
	$('#personlichA').bind('mouseout', function(__e) { return (F_e('personlich', F_MT, __e)); } );
	$('#eigenartigA').bind('click', function(__e) { return (F_e('eigenartig', F_CL, __e)); } );
	$('#eigenartigA').bind('mouseover', function(__e) { return (F_e('eigenartig', F_MV, __e)); } );
	$('#eigenartigA').bind('mouseout', function(__e) { return (F_e('eigenartig', F_MT, __e)); } );
	$('#wunderbarA').bind('click', function(__e) { return (F_e('wunderbar', F_CL, __e)); } );
	$('#wunderbarA').bind('mouseover', function(__e) { return (F_e('wunderbar', F_MV, __e)); } );
	$('#wunderbarA').bind('mouseout', function(__e) { return (F_e('wunderbar', F_MT, __e)); } );
	$('#naturlichA').bind('click', function(__e) { return (F_e('naturlich', F_CL, __e)); } );
	$('#naturlichA').bind('mouseover', function(__e) { return (F_e('naturlich', F_MV, __e)); } );
	$('#naturlichA').bind('mouseout', function(__e) { return (F_e('naturlich', F_MT, __e)); } );
	$('#einmaligA').bind('click', function(__e) { return (F_e('einmalig', F_CL, __e)); } );
	$('#einmaligA').bind('mouseover', function(__e) { return (F_e('einmalig', F_MV, __e)); } );
	$('#einmaligA').bind('mouseout', function(__e) { return (F_e('einmalig', F_MT, __e)); } );
	$('#normalA').bind('click', function(__e) { return (F_e('normal', F_CL, __e)); } );
	$('#normalA').bind('mouseover', function(__e) { return (F_e('normal', F_MV, __e)); } );
	$('#normalA').bind('mouseout', function(__e) { return (F_e('normal', F_MT, __e)); } );
	$('#Bild539A').bind('click', function(__e) { return (F_e('Bild539', F_CL, __e)); } );
	$('#Bild539A').bind('mouseover', function(__e) { return (F_e('Bild539', F_MV, __e)); } );
	$('#Bild539A').bind('mouseout', function(__e) { return (F_e('Bild539', F_MT, __e)); } );
	$('#Bild540A').bind('click', function(__e) { return (F_e('Bild540', F_CL, __e)); } );
	$('#Bild540A').bind('mouseover', function(__e) { return (F_e('Bild540', F_MV, __e)); } );
	$('#Bild540A').bind('mouseout', function(__e) { return (F_e('Bild540', F_MT, __e)); } );
});
// End Actions


