// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 137, height: 120, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Vertical', 'ButtonImage': './DynaButtons/reg_1.gif', 'HighliteImage': './DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'Verdana', 'FontSize': '8', 'FontColor': '0', 'HighliteFontColor': '16777215', 'Bold': 'True', 'BackgroundImage': './assets/images/GreenBack.jpg', 'ButtonText0': 'Easysearch', 'URL0': './html/easysearch.html', 'ButtonText1': 'Easyfundraising', 'URL1': './html/easyfundraising.html', 'ButtonText2': 'Volunteering', 'URL2': './html/volunteering.html', 'ButtonText3': 'Donating', 'URL3': './html/donating.html' }
	});
});
// End jMedia Components


