function draw_flash() {
	document.write('<object type="application/x-shockwave-flash" data="'+bnFlash);
	document.write('" width="'+bnW+'" height="'+bnH+'">');
	document.write('<param name="movie" value="'+bnFlash);
	document.write('" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="quality" value="high" />');
	document.write('</object>');
}