// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text23' , 'Text23LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text23','Fly','In From Top Right',0),'',0);
 	F_OM('Bild40' , 'Bild40LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild40','Iris','In',1),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 645, height: 496,
		src: './assets/multimedia/DVDsGUIYouTube.mp4',
		autoplay: true,
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components


