// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Text1','Move To',F_Parm('x',325,'y',100,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message','SE'),0,
	'Page Loaded','Text2','Move To',F_Parm('x',175,'y',150,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text3','Move To',F_Parm('x',400,'y',150,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text4','Move To',F_Parm('x',475,'y',150,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text5','Move To',F_Parm('x',325,'y',100,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text6','Move To',F_Parm('x',175,'y',175,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text7','Move To',F_Parm('x',500,'y',175,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text8','Move To',F_Parm('x',225,'y',100,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text9','Move To',F_Parm('x',163,'y',125,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text10','Move To',F_Parm('x',300,'y',150,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text11','Move To',F_Parm('x',525,'y',150,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text12','Move To',F_Parm('x',163,'y',375,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','Text13','Move To',F_Parm('x',450,'y',375,'duration',0,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0));
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'SE','Text1','Fly',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','A1'),0,
	'A1','Text2','Fly',F_Parm('direction',60,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'A1','Text3','Fly','In From Bottom',0,
	'A1','Text4','Fly',F_Parm('direction',120,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'A1','Text1','Delay',F_Parm('action','A2','delay',5,'continuous',false),1,
	'A2','Text1','Fly','Out To Bottom',0,
	'A2','Text2','Fly','Out To Bottom',0,
	'A2','Text3','Fly','Out To Bottom',0,
	'A2','Text4','Fly','Out To Bottom',0,
	'A2','Text5','AE','',0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',new Array(
	'AE','Text5','Fly','In From Top Left',0,
	'AE','Text6','Fly','In From Bottom Left',0,
	'AE','Text7','Fly','In From Right',0,
	'AE','Text5','Delay',F_Parm('action','B1','delay',5,'continuous',false),0,
	'B1','Text5','Fly','Out To Top Right',0,
	'B1','Text6','Fly','Out To Top Right',0,
	'B1','Text7','Fly','Out To Top Right',0,
	'B1','Text8','BE','',0),'',0);
 	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'BE','Text8','Fly','In From Bottom',0,
	'BE','Text9','Fly','In From Bottom Left',0,
	'BE','Text10','Fly','In From Bottom',0,
	'BE','Text11','Fly','In From Bottom Right',0,
	'BE','Text8','Delay',F_Parm('action','C1','delay',5,'continuous',false),0,
	'C1','Text12','Fly','In From Top Right',0,
	'C1','Text8','Delay',F_Parm('action','C2','delay',2,'continuous',false),0,
	'C2','Text13','Fly','In From Bottom Left',0,
	'C2','Text8','Delay',F_Parm('action','CE','delay',7,'continuous',false),0,
	'CE','Text8','Fly','Out To Top',0,
	'CE','Text9','Fly','Out To Top',0,
	'CE','Text10','Fly','Out To Top',0,
	'CE','Text11','Fly','Out To Top',0,
	'CE','Text12','Fly','Out To Top',0,
	'CE','Text13','Fly','Out To Top',0,
	'CE','Text1','SE','',0),'',0);
 	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text10' , 'Text10LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text13' , 'Text13LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Wechselbilder1").media({ width: 160, height: 120, src: 'RotatingPicture.class', title: 'Wechselbilder',
		params: { codebase: './', 'Pause Time': '3', 'Number of Images': '16', 'Image 1': './wo1966.jpg', 'Image 2': './wo1970.jpg', 'Image 3': './assets/images/wo1972.jpg', 'Image 4': './assets/images/wo1978.jpg', 'Image 5': './assets/images/wo1979.jpg', 'Image 6': './assets/images/wo1980.jpg', 'Image 7': './assets/images/wo1984.jpg', 'Image 8': './assets/images/wo1989.jpg', 'Image 9': './assets/images/wo1998k.jpg', 'Image 10': './assets/images/wo1999k.jpg', 'Image 11': './assets/images/wo2004k.jpg', 'Image 12': './assets/images/wo2006c.jpg', 'Image 13': './assets/images/wo2006b.jpg', 'Image 14': './assets/images/wo2007k.jpg', 'Image 15': './assets/images/wo2007ak.jpg', 'Image 16': './assets/images/wo2009k.jpg', 'Image Width': '177', 'Image Height': '185', 'X Position': '731', 'Y Position': '107', 'BackgroundImage': './assets/images/v_bg_blau.gif' }
	});
});
// End jMedia Components


