// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text73' , 'Text73LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text73','Fly','In From Right',0),'',0);
 	F_OM('Bild622' , 'Bild622LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild622','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','http://gbweb.de/gb.pl?guido_g',0),'',0);
 	F_OM('Text64' , 'Text64LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text64','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text6','Fly','In From Bottom',0),'',0);
 	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text11','Fly','In From Bottom',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild622A').bind('click', function(__e) { return (F_e('Bild622', F_CL, __e)); } );
});
// End Actions


