function videoembed(filename, width, height)
{
document.write("<embed src=\"")
document.write(filename)
document.write("\" type=\"application/x-shockwave-flash\" width=\"" + width + "\" height=\"" + height + "\"></embed>")
}