function showSmallTV(mv)
{
    document.write('<OBJECT id="VIDEO" width="165" height="100" ');
    document.write('    style="position:absolute ; top:395px; left:80px;" ');
    document.write('	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ');
    document.write('	type="application/x-oleobject" ');
    document.write('	standby="Loading..." name="thevideo"> ');
    	
    document.write('	<PARAM NAME="URL" VALUE="' + mv + '"> ');
    document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> ');
    document.write('	<PARAM NAME="AutoStart" VALUE="true"> ');
    document.write('	<PARAM name="uiMode" value="none"> ');
    document.write('	<PARAM name="PlayCount" value="9999"> ');
    document.write('	<PARAM NAME="transparentatStart" VALUE="false"> ');
    document.write('</OBJECT> ');
}

function showBigTV(mv)
{
    document.write('<OBJECT id="VIDEO" width="310" height="232" ');
    document.write('    style="position:absolute ; top:35px; left:45px;" ');
    document.write('	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ');
    document.write('	type="application/x-oleobject" ');
    document.write('	standby="Loading..."> ');
	
    document.write('	<PARAM NAME="URL" VALUE="' + mv + '"> ');
    document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> ');
    document.write('	<PARAM NAME="AutoStart" VALUE="true"> ');
    document.write('	<PARAM name="uiMode" value="none"> ');
    document.write('	<PARAM name="PlayCount" value="9999"> ');
    document.write('	<PARAM NAME="transparentatStart" VALUE="false"> ');
    document.write('</OBJECT> ');
}

function showMainTV(mv)
{
    document.write('<OBJECT id="VIDEO" width="286" height="228" ');
    document.write('    style="position:absolute ; top:17px; left:17px;" ');
    document.write('	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ');
    document.write('	type="application/x-oleobject" ');
    document.write('	standby="Loading..."> ');
	
    document.write('	<PARAM NAME="URL" VALUE="' + mv + '"> ');
    document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> ');
    document.write('	<PARAM NAME="AutoStart" VALUE="true"> ');
    document.write('	<PARAM name="uiMode" value="none"> ');
    document.write('	<PARAM name="PlayCount" value="9999"> ');
    document.write('	<PARAM NAME="transparentatStart" VALUE="false"> ');
    document.write('</OBJECT> ');
}