function showFlash(strFilnavn, sWidth, sHeight)
{
var flash = strFilnavn.replace('%2E','.')
	document.write('<object type="application/x-shockwave-flash" data="'+flash+'" width="'+sWidth+'" height="'+sHeight+'">');
        document.write('<param name="wmode" value="opaque">');
	document.write('<param name="movie" wmode="opaque" value="'+flash+'" />No Flash? - <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" title="Click here to download the SWF-plugin">Click here to download</a>');
	document.write('<img src="http://www.athena.dk/images/2009/Top_banner.jpg" alt="Athena" />');
	document.write('</object>');
}
