
// control for playing lift_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="186" Height="138">');
document.write('<PARAM NAME="movie" VALUE="video/lift.swf?2640514978">');
document.write('<PARAM NAME="bgcolor" VALUE="#000000">');
document.write('<PARAM NAME="allowfullscreen" VALUE="true">');
document.write('<EMBED NAME="FVS" SRC="video/lift.swf?2640514978" ALLOWFULLSCREEN="true" BGCOLOR="#000000"');
document.write('WIDTH="186" HEIGHT="138" TYPE="application/x-shockwave-flash" pluginspage=http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');            

