// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 116, height: 300, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Vertical', 'ButtonImage': './DynaButtons/regular_1.gif', 'HighliteImage': './DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '5921370', 'HighliteFontColor': '4539717', 'Bold': 'True', 'BackgroundColor': '16764057', 'ButtonText0': 'Home', 'URL0': './index.html', 'ButtonText1': 'Imagefilm', 'URL1': './html/imagefilm.html', 'ButtonText2': 'Produkte', 'URL2': './html/produkte.html', 'ButtonText3': 'News', 'URL3': './html/news.html', 'ButtonText4': 'Kontakt', 'URL4': './html/kontakt.html', 'ButtonText5': 'National', 'URL5': './html/national.html', 'ButtonText6': 'International', 'URL6': './html/international.html', 'ButtonText7': 'Formular', 'URL7': './html/formular.html', 'ButtonText8': 'Routenplaner', 'URL8': './html/routenplaner.html', 'ButtonText9': 'Service', 'URL9': './html/service.html', 'ButtonText10': 'Prospekte', 'URL10': './html/prospekte.html', 'ButtonText11': 'Impressum', 'URL11': './html/impressum.html', 'X Position': '75', 'Y Position': '267' }
	});
});
// End jMedia Components

