// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Bild62' , 'Bild62LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild63' , 'Bild63LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild86' , 'Bild86LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild87' , 'Bild87LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild88' , 'Bild88LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild89' , 'Bild89LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild90' , 'Bild90LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild91' , 'Bild91LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild92' , 'Bild92LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('Bild93' , 'Bild93LYR', 'img', 'LayoutBereich2',null,'',0);
 		F_OM('FormsRadioButton1' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild62','Fly','In From Bottom',0,
		'Clicked','FormsRadioButton2','Set Checked',false,0,
		'Clicked','Bild63','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche1','');
 		F_OM('FormsRadioButton2' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild63','Fly','In From Bottom',0,
		'Clicked','FormsRadioButton1','Set Checked',false,0,
		'Clicked','Bild62','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche2','');
 		F_OM('FormsRadioButton3' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild86','Fly','In From Bottom',0,
		'Clicked','FormsRadioButton4','Set Checked',false,0,
		'Clicked','Bild87','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche3','');
 		F_OM('FormsRadioButton4' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild87','Fly','In From Bottom',0,
		'Clicked','FormsRadioButton3','Set Checked',false,0,
		'Clicked','Bild86','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche4','');
 		F_OM('FormsRadioButton5' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild89','Fly','In From Bottom',0,
		'Clicked','FormsRadioButton6','Set Checked',false,0,
		'Clicked','Bild88','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche5','');
 		F_OM('FormsRadioButton6' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild88','Fly','In From Bottom',0,
		'Clicked','Bild89','Hide','',0,
		'Clicked','FormsRadioButton5','Set Checked',false,0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche6','');
 		F_OM('FormsRadioButton7' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild90','Fly','In From Bottom',0,
		'Clicked','Bild91','Hide','',0,
		'Clicked','FormsRadioButton8','Set Checked',false,0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche7','');
 		F_OM('FormsRadioButton8' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild91','Fly','In From Bottom',0,
		'Clicked','Bild90','Hide','',0,
		'Clicked','FormsRadioButton7','Set Checked',false,0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche8','');
 		F_OM('FormsRadioButton9' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','Bild92','Fly','In From Bottom',0,
		'Clicked','Bild93','Hide','',0,
		'Clicked','FormsRadioButton10','Uncheck','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche9','');
 		F_OM('FormsRadioButton10' , '', 'rad', 'LayoutBereich2',new Array(
		'Clicked','FormsRadioButton9','Uncheck','',0,
		'Clicked','Bild93','Fly','In From Bottom',0,
		'Clicked','Bild92','Hide','',0),'LayoutBereich2FORMULAR',0,'Optionsschaltfläche10','');
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#LayoutBereich2LYR').bind('mouseover', function(__e) { return (F_e('LayoutBereich2', F_MV, __e)); } );
	$('#FormsRadioButton1').bind('click', function(__e) { return (F_e('FormsRadioButton1', F_CL, __e)); } );
	$('#FormsRadioButton3').bind('click', function(__e) { return (F_e('FormsRadioButton3', F_CL, __e)); } );
	$('#FormsRadioButton5').bind('click', function(__e) { return (F_e('FormsRadioButton5', F_CL, __e)); } );
	$('#FormsRadioButton7').bind('click', function(__e) { return (F_e('FormsRadioButton7', F_CL, __e)); } );
	$('#FormsRadioButton9').bind('click', function(__e) { return (F_e('FormsRadioButton9', F_CL, __e)); } );
	$('#FormsRadioButton2').bind('click', function(__e) { return (F_e('FormsRadioButton2', F_CL, __e)); } );
	$('#FormsRadioButton4').bind('click', function(__e) { return (F_e('FormsRadioButton4', F_CL, __e)); } );
	$('#FormsRadioButton6').bind('click', function(__e) { return (F_e('FormsRadioButton6', F_CL, __e)); } );
	$('#FormsRadioButton8').bind('click', function(__e) { return (F_e('FormsRadioButton8', F_CL, __e)); } );
	$('#FormsRadioButton10').bind('click', function(__e) { return (F_e('FormsRadioButton10', F_CL, __e)); } );
});
// End Actions


