/*
Parameter description:
1: the path to the SWF to display
2: The HTML ID of the element to target
3: The width of the flash movie
4: The height og the flash movie
5: The minimum required version of the flash player
6: The path to the automatic flash upgrade swf.
*/

window.addEvent('domready', function(){
	swfobject.embedSWF("fileadmin/templates/flash/banner_top.swf", "content_banner_top", "710", "152", "9.0.0", "fileadmin/templates/flash/expressInstall.swf");
});
