function abrejanela(url,w,h){
   window.open(url,'drumtime_popup','width='+w+',height='+h+',top='+((screen.height-h)/2)+',left='+((screen.width-w)/2)+'');
}
function altura(){
	parent.document.getElementById("conteudo").style.height = '250px';
	h = document.body.scrollHeight+5;
	hm = document.body.scrollHeight+168;
	if (hm < 547){
		hm = parent.document.body.clientHeight;
		if (hm < 547){
			hm = 547
		}
	}
    parent.document.getElementById("conteudo").style.height = h+'px';	
	parent.document.getElementById("menu").style.height = hm+'px';
}
var objects = document.getElementsByTagName( 'object' );
for ( var i = 0; i < objects.length; i++ )
  objects[ i ].outerHTML = objects[ i ].outerHTML;