function showquicktime(file, width, height){	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+width+'"height="'+(height+30)+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');	document.write('<param name="src" value="'+file+'">');	document.write('<param name="autoplay" value="true">');	document.write('<param name="controller" value="true">');	document.write('<embed src="'+file+'" width="'+width+'" height="'+(height+30)+'" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/">');	document.write('</embed>');	document.write('</object>');}// JavaScript Document
