function janelaSecundaria (URL)
{ 
	window.open(URL,"janela1",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=600,height=480');
} 

function substitui (div, url, nomeVideo, imagemVideo)
{ 	
	
	var str = '<a href="'+url+'videos/'+nomeVideo+'.flv" style="display:block;width:400px;height:250px;" id="player"><img src="'+imagemVideo+'" title="Ver o Filme" alt="Filme" width="400" height="226" /><img src="'+url+'imagens/barra.jpg" alt="Filme" title="Ver o Filme" /></a>';
	document.getElementById(div).innerHTML = str;
	
    $f("player", "components/flowplayer/flowplayer-3.1.5.swf");	

} 





