function showQT(src, width, height) {
  document.writeln(
    '<embed src="' + src + '" width="' +
    width + '" height="' + height +
    '" controller="false" Target="myself"  pluginspage="http://www.apple.com/quicktime/download/" KIOSKMODE="True" />');

} 