// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 282, height: 25, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/regular_1.gif', 'HighliteImage': './DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '6053214', 'HighliteFontColor': '5329491', 'Bold': 'True', 'BackgroundImage': './DynaButtons/cat-background.gif', 'ButtonText0': 'Links', 'URL0': './html/links.html', 'ButtonText1': 'Impressum', 'URL1': './html/impressum.html', 'X Position': '0', 'Y Position': '1043' }
	});
});
// End jMedia Components


