// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 411, height: 21, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': './DynaButtons/regular_1.gif', 'HighliteImage': './DynaButtons/highlighted_1.gif', 'TextJustification': '5', 'TextAlignment': '4640', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '16777215', 'HighliteFontColor': '16777215', 'Bold': 'True', 'BackgroundColor': '14408703', 'ButtonText0': 'Intranet', 'URL0': 'http://www.escolaguinardo.cat/default.htm', 'ButtonText1': 'Correu', 'URL1': 'https://correu.fundaciotrams.org/', 'ButtonText2': 'Fundacio Trams', 'URL2': 'http://www.fundaciotrams.org/', 'X Position': '298', 'Y Position': '136' }
	});
});
// End jMedia Components

