// JavaScript Document
function RunVid()
{
   document.write('<object classid="clsid:clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" height="255">\n');
   document.write('<param name="movie" value="opusII_US.mov" />\n');
   document.write('<PARAM name="AUTOPLAY" VALUE="true" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM name="CONTROLLER" VALUE="true" />\n');
   document.write('<embed src="../../../../../video/OpusII_UIMS/opusII_US.mov" WIDTH="320" HEIGHT="255" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>\n');
   document.write('</object>\n');
}