function video()
{

	document.write('<OBJECT id="VIDEO" style="width:480px; height:360px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">\n');
    document.write('<PARAM NAME="URL" VALUE="http://www.treviso-softair.com/video/tsa.wmv" ref>\n');
    document.write('<PARAM NAME="AutoStart" VALUE="-1">\n');
	document.write('<PARAM name="uiMode" value="mini">\n');
	document.write('<PARAM name="PlayCount" value="1">\n');
	document.write('<param name="rate" value="1">\n');
	document.write('<param name="balance" value="0">\n');
	document.write('<param name="currentPosition" value="0">\n');
	document.write('<param name="defaultFrame" value>\n');
	document.write('<param name="currentMarker" value="1">\n');
	document.write('<param name="invokeURLs" value="-1">\n');
	document.write('<param name="baseURL" value>\n');
	document.write('<param name="volume" value="80">\n');
	document.write('<param name="mute" value="0">\n');
	document.write('<param name="stretchToFit" value="1">\n');
	document.write('<param name="windowlessVideo" value="0">\n');
	document.write('<param name="enabled" value="-1">\n');
	document.write('<param name="enableContextMenu" value="-1">\n');
	document.write('<param name="fullScreen" value="0">\n');
	document.write('<param name="SAMIStyle" value>\n');
	document.write('<param name="SAMILang" value>\n');
	document.write('<param name="SAMIFilename" value>\n');
	document.write('<param name="captioningID" value>\n');
	document.write('<param name="enableErrorDialogs" value="0">\n');


	document.write('</OBJECT>\n');
	
}	