function showFlash(strFilnavn, sWidth, sHeight)
{
	document.write('<object type="application/x-shockwave-flash" data="'+strFilnavn+'" width="'+sWidth+'" height="'+sHeight+'">');
	document.write('<param name="movie" value="'+strFilnavn+'" />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('</object>');
}

