// JavaScript Document
function AbreVideoFlash() { 
	janelacarga=window.open('videoFlash.html', '', 'width=360, height=300');
}

function AbreJanelaPenaestrada(nomeArquivo) { 
	janelacarga=window.open('visualizaVideo.html?arquivo='+nomeArquivo, '', 'width=360, height=280');
}