function InsertMacMovie(file, width, height)
{
document.write('<object>\n');
document.write('<param name="src" value=file />\n');
document.write('<embed src='+file+' Pluginspage="http://www.apple.com/quicktime/" width="'+width+'" height="'+height+'" CONTROLLER="true" LOOP="false" AUTOPLAY="false" name="2008 I-14 North Americans"></embed>');
document.write('</object>\n');
}
function InsertWinMovie(file,width,height)
{
document.write('<object>\n');
document.write('<param name="src" value="'+file+'" />\n');
document.write('<embed src="'+file+'" width="'+width+'" height="'+height+'" CONTROLLER="true" LOOP="false" AUTOPLAY="false" name="2008 I-14 North Americans"></embed>');
document.write('</object>\n');
}
