// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 0, height: 0, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Vertical', 'TextJustification': '5', 'TextAlignment': '1088', 'ButtonFont': 'Comic Sans MS', 'FontSize': '9', 'FontColor': '0', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundColor': '3407718', 'ButtonText0': ' ', 'ButtonText1': ' ', 'ButtonText2': ' ', 'ButtonText3': ' ', 'ButtonText4': ' ' }
	});
});
// End jMedia Components


