function motionPict(opURL, opWidth, opHeight) {
	
document.write('<embed SRC="' + opURL + '" ');
document.write('width="' + opWidth + '" height="' + opHeight + '" ');
document.write('autoplay="FALSE" controller="TRUE" ');
document.write('pluginspage="http://www.apple.co.jp/quicktime/download/index.html">');
document.write('</embed>');

}
