function flash(file, width, height)
{
    document.writeln('<object type="application/x-shockwave-flash" data="/media/c.swf?path='+file+'" width="'+width+'" height="'+height+'"><param name="movie" value="/media/c.swf?path='+file+'" /><img src="/images/top_images.png" alt="" /></object>');
}
