function showTivi(type,id){
	if (type == 'media'){
		document.getElementById("maychetnha").innerHTML ='<object id="MediaPlayer" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=,1,52,701" standby="Loading Microsoft Windows Media Player components…" height="378" width="480" type="application/x-oleobject" align="center"><param name="FileName" value="'+id+'"></param><param name="ShowStatusBar" value="true"></param><PARAM NAME="enableContextMenu" VALUE="0"><param name="TransparentAtStart" value="true"></param><param name="AutoStart" value="true"></param><param name="AnimationatStart" value="false"></param><param name="ShowControls" value="false"></param><param name="autoSize" value="true"></param><param name="displaySize" value="1"></param><PARAM NAME="Volume" VALUE="100"><PARAM NAME="backgroundColor" VALUE="#ffffff"><PARAM NAME="stretchToFit" VALUE="true"><PARAM NAME="WindowlessVideo" VALUE="0"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="'+id+'" name="MediaPlayer" width="480px" height="378px"></embed></object>';
	}
else if (type == 'flashVTC'){
		document.getElementById("maychetnha").innerHTML ='<iframe scrolling="no" src="http://vtc.com.vn/playstream.swf?id='+id+'&tp=l" frameborder="0" width="480" height="378" wmode="transparent" ></iframe>';
	}
else if (type == 'flashOth'){
		document.getElementById("maychetnha").innerHTML ='<embed type="application/x-shockwave-flash" src="http://megafun.vn/common/v1/playlist/mediaplayer.swf" width="480px" height="378px" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="false" flashvars="streamer=rtmp://113.161.221.253/?'+id+'&type=video&autostart=true" wmode="transparent" />';
	}
}

