var parseTitle = function( $tgt )
{
	var ele = $tgt.$t('h2')[0];
	ele.style.background = 'none';
	ele.style.textIndent = 0;
	ele.style.width = '500px';
	loadSwf( ele, 'swf/cabecalho.swf', 500, 24, true, { texto: ele.innerHTML.toUpperCase() } );
}

onElementLoad( 'breadcrumb' , parseTitle );
