// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons2").media({ width: 100, height: 16, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/s1b.gif', 'HighliteImage': '../DynaButtons/s1nb.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'Verdana', 'FontSize': '7', 'FontColor': '0', 'HighliteFontColor': '16751052', 'Bold': 'True', 'BackgroundColor': '16777215', 'ButtonText0': 'Up', 'URL0': '../html/hbh_brand_.html', 'X Position': '9', 'Y Position': '246' }
	});
});
// End jMedia Components


