      if(-1 != navigator.userAgent.indexOf("MSIE"))
      {
        document.write('<OBJECT id="Player"');
        document.write(' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
        document.write(' width=0 height=0></OBJECT>');
      }
      else if(-1 != navigator.userAgent.indexOf("Firefox"))
      {
        document.write('<OBJECT id="Player"'); 
        document.write(' type="application/x-ms-wmp"'); 
        document.write(' width=0 height=0></OBJECT>');
      }         

	function right(e) {
	if (navigator.appName == 'Netscape' && (e.which == 3 || e.which ==
	2))
	{
		return false;
	}
		return true;
	}

	function context(){
		return false;
	}

		document.onmousedown=right;
		document.oncontextmenu=context;

function abrePlayer() {
	popup = window.open('http://www.telium.com.br','player','location=no,scrollbars=no,resizable=no,menubar=no,fullscreen=yes,toolbar=no');
	if(!popup) return true;
	return false;
}
function StartMeUp()
	{
    	Player.URL = "mms://wmedia.telium.com.br/conesulbr";
	}

function ShutMeDown()
	{
    	Player.controls.stop();
	}

function UpVolume()
	{
		Player.settings.volume = Player.settings.volume + 20;
	}

function DownVolume()
	{
		Player.settings.volume = Player.settings.volume - 20;
	}	