function showMov(vidsrc,vidwidth,vidheight){
document.write('<table width="320" height="300" style="border:4px solid #010046;margin:auto;" align="center"><tr><td><img src="/images/videotop.jpg" width="320" height="60" alt="The Bay Net Video" /></td></tr><tr><td>');
document.write('<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="' + vidwidth + '"height="' + vidheight + '" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<param name="src" value="' + vidsrc + '">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="true">');
document.write('<param name="loop" value="false">');
document.write('<EMBED src="' + vidsrc '" width="' + vidwidth + '" height="' + vidheight + '" autoplay="false" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/download/">');
document.write('</OBJECT>');
document.write('</td></tr>');
document.write('<tr><td>');
}