// JavaScript Document

function show_video(filename,width,height)
{
 document.write('<center><object type="application/x-shockwave-flash" data="images/anim.swf?file='+filename+'" width="'+width+'" height="'+height+'" wmode="transparent" bgcolor="#ffffff"><param name="movie" value="images/anim.swf?file='+filename+'"/><param name="bgcolor" value="#ffffff"/><param name="wmode" value="transparent"/></object></center>');
}

