//ActiveXアクティブ化
function activ(pass,width,height){
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="https://www.apple.com/qtactivex/qtplugin.cab" data="' + pass + '" width="' + width + '" height="' + height + '"> ');
//document.write(title);
document.write('<param name="src" value="' + pass + '" /> ');
document.write('<param name="autoplay" value="false" /> ');
document.write('<param name="cache" value="true" /> ');
document.write('</object>');
}
