function InsertFlash(prefix,flashdoc)
{
document.write('<object type="application/x-shockwave-flash" data="'+prefix+'flash.swf?prefix='+prefix+'&podstranka='+flashdoc+'" width="753" height="110" id="movie">');
document.write('<param name="movie" value="'+prefix+'flash.swf?prefix='+prefix+'&podstranka='+flashdoc+'">');
document.write('<div>You need the Flash plugin.</div>');
document.write('<div><a href="http://www.macromedia.com/go/getflashplayer/">Download Macromedia Flash Player</a></div>');
document.write('</object>');
}

