// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly','In From Right',0),'',0);
 
	F_OM('Bild279' , 'Bild279LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild279','Fly','In From Top Right',0,
	'Clicked','Layout','Go To','./Produktpalette/SIMA/sima.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild279A').bind('click', function(__e) { return (F_e('Bild279', F_CL, __e)); } );
});
// End Actions


