function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function tamanhodiv(){
	if (window.ActiveXObject)
		{
		// código para IE.
		document.getElementById("conteudo").style.width="343px";
		//document.getElementById("conteudo2").style.width="355px";		
		}
		else
		{
		// código for mozilla.
		document.getElementById("conteudo").style.width="333px";
		//document.getElementById("conteudo2").style.width="330px";				
		}
}

function tamanhodiv2(){
	if (window.ActiveXObject)
		{
		// código para IE.
		document.getElementById("conteudo2").style.width="410px";		
		}
		else
		{
		// código for mozilla.
		document.getElementById("conteudo2").style.width="400px";				
		}
}

function tamanhodivjornal(){
	if (window.ActiveXObject)
		{
		// código para IE.
		document.getElementById("conteudojornal").style.width="300px";		
		}
		else
		{
		// código for mozilla.
		document.getElementById("conteudojornal").style.width="290px";				
		}
}

