// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('DynaButtons1' , 'DynaButtons1LYR', 'jav', 'Layout',new Array(
	'Hidden','DynaButtons1','Fly','In From Top',0,
	'Shown','DynaButtons1','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 900, height: 114, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/button1.gif', 'HighliteImage': './DynaButtons/button2.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '5921370', 'HighliteFontColor': '4539717', 'Bold': 'True', 'BackgroundColor': '12632256', 'ButtonText0': 'Markisen', 'ButtonText0_0': 'Plissee & Co.', 'URL0_0': './html/plissee___co_.html', 'ButtonText0_1': 'Markisen', 'URL0_1': './html/markisen.html', 'ButtonText1': 'Glasoasen', 'ButtonText1_0': '(Seite fehlt)', 'ButtonText1_1': 'Wintergarten', 'URL1_1': './html/wintergarten.html', 'ButtonText2': 'Rollfenster', 'URL2': './html/rollfenster.html', 'ButtonText3': 'Zubehör', 'URL3': './html/zubehor.html', 'ButtonText4': 'Kontakt', 'ButtonText4_0': 'Aktuelles', 'URL4_0': './html/aktuelles.html', 'X Position': '5', 'Y Position': '149' }
	});
});
// End jMedia Components

