/* ------------------------------------------

	Basis-Initialisierung

  ------------------------------------------ */

function onLoad() {
	/*if ( typeof TOOLTIP != "undefined" ) { TOOLTIP.init(); }*/
	makeFlashPlayer();
	linkNeuesFenster();
	linkPrintList();
	/*if ( typeof LIGHTBOX != "undefined" ) { LIGHTBOX.init(); }*/
	
	browserUpdate();
}

function browserUpdate() {
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "http://browser-update.org/update.js"); 
 document.body.appendChild(e); 
}

