// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('DynaButtons1' , 'DynaButtons1LYR', 'jav', 'Layout',new Array(
	'Page Loaded','DynaButtons1','Get Top','',1),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 88, height: 195, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: './', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/p1.gif', 'HighliteImage': '../DynaButtons/p3.gif', 'TextJustification': '5', 'TextAlignment': '576', 'ButtonFont': 'Arial', 'FontSize': '10', 'FontColor': '16777215', 'HighliteFontColor': '16777215', 'Bold': 'True', 'Italic': 'True', 'BackgroundColor': '16764057', 'ButtonText0': 'WEB Links', 'ButtonText0_0': 'DBTU', 'URL0_0': 'http://www.dbtu.dk', 'ButtonText0_1': 'ØBTU', 'URL0_1': 'http://www.oebtu.dk', 'ButtonText0_2': 'PI-KBH', 'URL0_2': 'http://www.politiidraet.dk/home2.html', 'ButtonText0_3': 'BTE', 'URL0_3': 'http://www.bordtennisexperterne.dk/' }
	});
});
// End jMedia Components


