function displayFlash(flashfile, width, height)
{
	document.write('<div id="div_flashOK" style="display:block;z-index:-50;width:' + width + 'px;height:' + height + 'px;"><OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=' + height + ' width=' + width + ' border="0" align="right" classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 style="z-index:-50;"><pARAM NAME="movie" VALUE="' + flashfile + '"><pARAM NAME="quality" VALUE="high"><pARAM NAME="wmode" VALUE="transparent"><embed src="" + flashfile +"" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" style="z-index:-50;"></embed></OBJECT></div>');
}
