// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Pic_Boot2','Show','',0,
	'Page Exiting','Pic_Boot2','Hide','',0));
	F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Pic_Boot2' , 'Pic_Boot2LYR', 'img', 'LayoutBereich6',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


