// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 504, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '2624', 'ButtonFont': 'Arial', 'FontSize': '10', 'FontColor': '16777215', 'HighliteFontColor': '65535', 'BackgroundColor': '10053171', 'ButtonText0': 'KONTAKT', 'URL0': './SONSTIGES/KONTAKT/kontakt.html', 'ButtonText1': 'IMPRESSUM', 'URL1': './SONSTIGES/IMPRESSUM/impressum.html', 'ButtonText2': 'DISCLAIMER', 'URL2': './SONSTIGES/DISCLAIMER/disclaimer.html', 'ButtonText3': 'NEWSLETTER', 'URL3': './SONSTIGES/NEWSLETTER/newsletter.html', 'X Position': '520', 'Y Position': '7' }
	});
});
// End jMedia Components


