// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text6Link1' , '', 'tln', 'Text6',new Array(
		'Mouse Over',F_functText6Aktion0,'','',0,
		'Clicked','Layout','Go To','../html/fotogalerie_2009.html',0),'',0);
 
	F_pageLoaded('Layout');
}
function F_functText6Aktion0(params) {

}


 
$(document).ready( function() {
F_onLoaded();
	$('#Text6Link1').bind('click', function(__e) { return (F_e('Text6Link1', F_CL, __e)); } );
	$('#Text6Link1').bind('mouseover', function(__e) { return (F_e('Text6Link1', F_MV, __e)); } );
});
// End Actions

