h = h+16; //add room for the controller bar

document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+h+'" width="'+w+'" id="Movie1">');
document.write('<param name="src" value="' + movie + '">');
document.write('<param name="autoplay" value="true">');
document.write('<param name="controller" value="true">');
document.write('<embed height="'+h+'" width="'+w+'" src=' + movie + ' pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" name="Movie1" enablejavascript="true" controller="true" autoplay="true">');
document.write('</object>');



