function Intro(video,width,height,prefix)
{
// intro: 733x419
// civil, military: 675x384
document.write('<object type="application/x-shockwave-flash" data="'+prefix+'flash/'+video+'/intro.swf" width="'+width+'" height="'+height+'" id="movie">');
document.write('<param name="movie" value="'+prefix+'flash/'+video+'/intro.swf">');
document.write('<param name="quality" value="high"><param name="wmode" value="transparent">');
document.write('<div>You need the Flash plugin.</div><div><a href="http://www.macromedia.com/go/getflashplayer/">Download Macromedia Flash Player</a></div>');
document.write('</object>');
}

