// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Bild100' , 'Bild100LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild100','Set Image',F_Parm('Image 1 (Normal)','','Image 2 (Highlighted)','','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Bild100','Use Image','Image 2 (Highlighted)',0,
	'Mouse Over','Bild110','Show','',0,
	'Mouse Over','Bild120','Show','',0,
	'Clicked','Layout','Go To','./html/gussasphalt.html',0),'',0);
 	F_OM('Bild120' , 'Bild120LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/lakoplan_merkmale.html',0),'',0);
 	F_OM('Bild110' , 'Bild110LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/lakolith_merkmale.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild100A').bind('click', function(__e) { return (F_e('Bild100', F_CL, __e)); } );
	$('#Bild100A').bind('mouseover', function(__e) { return (F_e('Bild100', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 550, height: 42,
		src: './assets/applets/DIE_ERFAHRUNG_IST_ENTSCHEIDEND.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


