// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 129, 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': '576', 'ButtonFont': 'Trebuchet MS', 'FontSize': '8', 'FontColor': '16777215', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundImage': './DynaButtons/background.gif', 'ButtonText0': 'Aktuelles', 'URL0': './html/aktuelles.html', 'X Position': '502', 'Y Position': '480' }
	});
});
// End jMedia Components


