// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Musik','Wipe',F_Parm('direction',270,'hide','Show','duration',100,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','es','Iris',F_Parm('hide','Show','duration',200,'inDuration',0,'outDuration',0,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','augsburg','Wipe',F_Parm('direction',180,'hide','Show','duration',300,'inDuration',300,'outDuration',0,'repeat',1,'reverse',false,'message',''),0));
	F_OM('es' , 'esLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/home.html',0),'',0);
 	F_OM('augsburg' , 'augsburgLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/home.html',0),'',0);
 	F_OM('Musik' , 'MusikLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/home.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


