// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Tabelle12' , 'Tabelle12LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Text10' , 'Text10LYR', 'txt', 'Layout',null,'',0);
 
		F_OM('Rechteck1' , 'Rechteck1LYR', 'img', 'Text10',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','','URL','./agbs-anz.htm','width',800,'height',600,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','yes','directories','no','scrollbars','yes'),0),'',0);
 
	F_OM('Tabelle11' , 'Tabelle11LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle10' , 'Tabelle10LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Rechteck1A').bind('click', function(__e) { return (F_e('Rechteck1', F_CL, __e)); } );
});
// End Actions


