
// control for playing commercial_mov video

document.write('<OBJECT CLASSID="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ID="FVS" Width="266" Height="180">');
document.write('<PARAM NAME="movie" VALUE="video/paint-glider-video.swf?222823671">');
document.write('<PARAM NAME="bgcolor" VALUE="#000000">');
document.write('<PARAM NAME="allowfullscreen" VALUE="true">');
document.write('<EMBED NAME="FVS" SRC="video/paint-glider-video.swf?222823671" ALLOWFULLSCREEN="true" BGCOLOR="#000000"');
document.write('WIDTH="266" HEIGHT="180" TYPE="application/x-shockwave-flash" pluginspage=http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');

