function abreInstrucoes()
{
	window.open("jan_info.php","Mostra","location=0,status=0,scrollbars=1,width=620,height=700"); 
}

function verificaHorario()
{
	agora = new Date();
	hora = agora.getHours();
	minu = agora.getMinutes();
	segu = agora.getSeconds();
	//alert(hora+':'+minu);
}

function efetuaBusca(busca)
{
	if (busca != "")
	{
		location.replace('index.php?busca='+busca);
	}
	else
	{
		alert('Digite o texto a buscar.');
	}
}

function carregaAlta()
{
	var so = new SWFObject("swf/flvPlayer.swf?imagePath=<?=$dirImagemMostra.$link_imagem ?>&videoPath=../<?=$dirVideoMostraAlta.$link_video_alta ?>&autoStart=false&autoHide=true&hideLogo=true&volAudio=80&newWidth=556&newHeight=446&disableMiddleButton=false&playSounds=true&soundBarColor=0xFF6600&barColor=0xFF6600&barShadowColor=0xC4C4C4&subbarColor=0xffffff", "sotester", "550", "412", "9", "#efefef");
	so.addParam("allowFullScreen", "true");
	so.write("player");
	document.getElementById("div_assistir").innerHTML = '<a href="#" onclick="carregaBaixa();">Assistir em Baixa</a>';
}

function carregaBaixa()
{
	var so = new SWFObject("swf/flvPlayer.swf?imagePath=<?=$dirImagemMostra.$link_imagem ?>&videoPath=../<?=$dirVideoMostraBaixa.$link_video_baixa ?>&autoStart=false&autoHide=true&hideLogo=true&volAudio=80&newWidth=556&newHeight=446&disableMiddleButton=false&playSounds=true&soundBarColor=0xFF6600&barColor=0xFF6600&barShadowColor=0xC4C4C4&subbarColor=0xffffff", "sotester", "550", "412", "9", "#efefef");
	so.addParam("allowFullScreen", "true");
	so.write("player");
	document.getElementById("div_assistir").innerHTML = '<a href="#" onclick="carregaAlta();">Assistir em Alta</a>';
}

function embPlayer(width,height) 
{ 
	var arquivo = "mms://mediaplayer.radiometropole.net.br/metropoletv";
	document.write("<embed NAME =\"embedmediaPlayer\"");
	document.write("PLUGINSPAGE =\"http://microsoft.com/windows/mediaplayer/en/download/\" ");
	document.write("FILENAME =\""+arquivo+"\" ");
	document.write("SHOWSTATUSBAR =\"true\" ");
	document.write("SHOWCONTROLS =\"true\" ");
	document.write("type =\"application/x-mplayer2\" ");
	document.write("SRC =\"" + arquivo + "\"");
	document.write("WIDTH =\""+width+"\" ");
	document.write("HEIGHT =\""+height+"\"> ");
	document.write("</embed>" ); 
}

function embPlayerExterno(width,height) 
{ 
	var arquivo = "mms://189.89.152.54:9933";
	document.write("<embed NAME =\"embedmediaPlayer\"");
	document.write("PLUGINSPAGE =\"http://microsoft.com/windows/mediaplayer/en/download/\" ");
	document.write("FILENAME =\""+arquivo+"\" ");
	document.write("SHOWSTATUSBAR =\"true\" ");
	document.write("SHOWCONTROLS =\"true\" ");
	document.write("type =\"application/x-mplayer2\" ");
	document.write("SRC =\"" + arquivo + "\"");
	document.write("WIDTH =\""+width+"\" ");
	document.write("HEIGHT =\""+height+"\"> ");
	document.write("</embed>" ); 
}

function embPlayerInternoMetropole(width,height) 
{ 
	var arquivo = "mms://10.71.0.32:9933";
	document.write("<embed NAME =\"embedmediaPlayer\"");
	document.write("PLUGINSPAGE =\"http://microsoft.com/windows/mediaplayer/en/download/\" ");
	document.write("FILENAME =\""+arquivo+"\" ");
	document.write("SHOWSTATUSBAR =\"true\" ");
	document.write("SHOWCONTROLS =\"true\" ");
	document.write("type =\"application/x-mplayer2\" ");
	document.write("SRC =\"" + arquivo + "\"");
	document.write("WIDTH =\""+width+"\" ");
	document.write("HEIGHT =\""+height+"\"> ");
	document.write("</embed>" ); 
}