// Script para abrir popups dos links de conteudo do site

function popup(URL) {
	var width = 600;
	var height = 600;
	var left = 75;
	var top = 75;

  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
