// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 120, height: 30, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/Schaltflache-7.jpg', 'HighliteImage': '../DynaButtons/Schaltflache-9.jpg', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'Times New Roman', 'FontSize': '10', 'FontColor': '0', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundImage': '../DynaButtons/Marmor_1.jpg', 'ButtonText0': 'Schafpudel', 'URL0': '../html/schafpudel.html', 'X Position': '284', 'Y Position': '7' }
	});
});
// End jMedia Components


