// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 100, height: 19, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.GIF', 'HighliteImage': './DynaButtons/p3.GIF', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'Verdana', 'FontSize': '9', 'FontColor': '16777215', 'HighliteFontColor': '0', 'Bold': 'True', 'BackgroundColor': '16777215', 'ButtonText0': 'Contact Info', 'URL0': './html/contact_info.html' }
	});
});
// End jMedia Components

