// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 390, height: 24, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/p1.gif', 'HighliteImage': '../DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '4640', 'ButtonFont': 'Trebuchet MS', 'FontSize': '8', 'FontColor': '16777215', 'HighliteFontColor': '16777215', 'Bold': 'True', 'BackgroundImage': '../DynaButtons/background.gif', 'ButtonText0': 'Home', 'URL0': '../index.html', 'ButtonText1': 'Members', 'URL1': '../html/members.html', 'ButtonText2': 'Information', 'URL2': '../html/information.html', 'X Position': '28', 'Y Position': '86' }
	});
});
// End jMedia Components

