// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
));
	F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Zelle1' , 'Zelle1LYR', 'lyr', 'Tabelle1',null,'',0);
 
	F_OM('Tabelle8' , 'Tabelle8LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Zelle43' , 'Zelle43LYR', 'lyr', 'Tabelle8',null,'',0);
 
			F_OM('Bild6' , 'Bild6LYR', 'img', 'Zelle43',null,'',0);
 
	F_OM('Bild7' , 'Bild7LYR', 'img', 'Layout',null,'',0);
 	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Bild8' , 'Bild8LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://cgi03.puretec.de/cgi-bin/gb_shw?clsid=5cc1c802f6cbc52b2204cb6660c0d714',0),'',0);
 	F_OM('Bild9' , 'Bild9LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://www.pferdebriefmarken.de',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

