function InsertFlash(prefix,doc)
{
document.write('<object type="application/x-shockwave-flash" width="700" height="130" data="'+prefix+'swf/top.swf?podstranka='+prefix+'swf/'+doc+'" id="movie">');
document.write('<param name="movie" value="'+prefix+'swf/top.swf?podstranka='+prefix+'swf/'+doc+'">');
document.write('<div><a href="http://www.macromedia.com/go/getflashplayer/">.</a></div>');
document.write('</object>');
}
