// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 700, height: 120, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/p1.gif', 'HighliteImage': './DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '320', 'ButtonFont': 'Arial Black', 'FontSize': '8', 'FontColor': '0', 'HighliteFontColor': '0', 'Italic': 'True', 'BackgroundColor': '16764057', 'ButtonText0': 'Home', 'URL0': './index.html', 'ButtonText1': 'Contact Us', 'URL1': './html/contact_us.html', 'ButtonText2': 'Route Details', 'ButtonText2_0': 'Short Route', 'URL2_0': './html/short_route_0.html', 'ButtonText2_1': 'Long Route', 'URL2_1': './html/long_route_0.html', 'ButtonText3': 'Route Overview', 'URL3': './html/route_overview.html', 'ButtonText4': 'Past Results', 'URL4': './html/past_results.html', 'ButtonText5': 'Links', 'URL5': './html/links.html', 'ButtonText6': 'Videos & Photos', 'URL6': './html/videos___photos.html', 'X Position': '180', 'Y Position': '232' }
	});
});
// End jMedia Components

