function ExibeStreaming(Arquivo, Largura, Altura) {
    document.write('<OBJECT ID="MediaPlayer" WIDTH="' + Largura + '" HEIGHT="' + Altura + '" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
	document.write('STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">');
	document.write('<PARAM NAME="FileName" VALUE="' + Arquivo + '">');
	document.write('<PARAM name="ShowControls" VALUE="true">');
	document.write('<param name="ShowStatusBar" value="false">');
	document.write('<PARAM name="ShowDisplay" VALUE="false">');
	document.write('<PARAM name="autostart" VALUE="true">');
	document.write('<EMBED TYPE="application/x-mplayer2" SRC="' + Arquivo + '" NAME="MediaPlayer"');
	document.write('WIDTH="' + Largura + '" HEIGHT="' + Altura + '" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </EMBED>');
	document.write('</OBJECT>');
}

// Rollover MenuP
function MO(src) {
	src.style.backgroundImage = 'url(/Camara/Web/Comum/MenuFundoO.gif)';
}

function MT(src) {
	src.style.backgroundImage = 'url(/Camara/Web/Comum/MenuFundo.gif)';
}

function MC(src) {
	location.href = src;
}

// Rollover MenuL
function lMO(src) {
	src.style.backgroundImage = 'url(/Camara/Web/Comum/MenuLFundoO.gif)';
}

function dMO(src) {
	src.style.backgroundImage = 'url(/Camara/Web/Comum/MenuLFundoCO.gif)';
	src.style.backgroundRepeat = 'repeat-x';
	src.style.backgroundPosition = 'left top';
}

function lMT(src) {
	src.style.backgroundImage = '';
}

function lMC(src) {
	location.href = src;
}

function InsereFlash(Arquivo, Largura, Altura, FlashVars) {
	document.write('<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"');
	document.write('height="' + Altura + '" width="' + Largura + '" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>');
	document.write('<PARAM NAME="_cx" VALUE="15425">');
	document.write('<PARAM NAME="_cy" VALUE="741">');
	document.write('<PARAM NAME="FlashVars" VALUE="' + FlashVars + '">');
	document.write('<PARAM NAME="Movie" VALUE="' + Arquivo + '">');
	document.write('<PARAM NAME="Src" VALUE="' + Arquivo + '">');
	document.write('<PARAM NAME="WMode" VALUE="Transparent">');
	document.write('<PARAM NAME="Play" VALUE="-1">');
	document.write('<PARAM NAME="Loop" VALUE="-1">');
	document.write('<PARAM NAME="Quality" VALUE="High">');
	document.write('<PARAM NAME="SAlign" VALUE="">');
	document.write('<PARAM NAME="Menu" VALUE="-1">');
	document.write('<PARAM NAME="Base" VALUE="">');
	document.write('<PARAM NAME="AllowScriptAccess" VALUE="">');
	document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
	document.write('<PARAM NAME="DeviceFont" VALUE="0">');
	document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
	document.write('<PARAM NAME="BGColor" VALUE="">');
	document.write('<PARAM NAME="SWRemote" VALUE="">');
	document.write('<PARAM NAME="MovieData" VALUE="">');
	document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
	document.write('<PARAM NAME="Profile" VALUE="0">');
	document.write('<PARAM NAME="ProfileAddress" VALUE="">');
	document.write('<PARAM NAME="ProfilePort" VALUE="0">');
	document.write('<embed src="' + Arquivo + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('type="application/x-shockwave-flash" width="' + Largura + '" height="' + Altura + '"> </embed>');
	document.write('</OBJECT>');
}

function Recomendar(Titulo, Descricao, Local, IDLocal) {
	window.open('/Camara/Web/Noticia/Indique.aspx?Titulo=' + Titulo + '&Descricao=' + Descricao + '&Local=' + Local + '&IDLocal=' + IDLocal, 'Recomendar', 'width=514, height=287, status=yes');
}