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