function InsertMovie(my_movie)
{
document.write('<object width="480" height="400" autoplay="false" scale="aspect" >\n');
document.write('<param name="src" value=')
document.write(my_movie)
document.write('/>\n');
document.write('</object>\n');
}