// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 116, height: 300, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Vertical', 'ButtonImage': '../DynaButtons/regular_1.gif', 'HighliteImage': '../DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '5921370', 'HighliteFontColor': '4539717', 'Bold': 'True', 'BackgroundColor': '16764057', 'ButtonText0': 'Home', 'URL0': '../index.html', 'ButtonText1': 'Video', 'URL1': '../html/video.html', 'ButtonText2': 'Products', 'URL2': '../html/products.html', 'ButtonText3': 'News', 'URL3': '../html/news.html', 'ButtonText4': 'Contact', 'URL4': '../html/contact.html', 'ButtonText5': 'National', 'URL5': '../html/national.html', 'ButtonText6': 'International', 'URL6': '../html/international.html', 'ButtonText7': 'Contact', 'URL7': '../html/contact.html', 'ButtonText8': 'Service', 'URL8': '../html/service.html', 'ButtonText9': 'Brochures', 'URL9': '../html/brochures.html', 'ButtonText10': 'Blue', 'URL10': '../html/blue.html', 'ButtonText11': 'Imprint', 'URL11': '../html/imprint.html', 'X Position': '76', 'Y Position': '269' }
	});
});
// End jMedia Components

