function showAdPopDiv () {
	document.getElementById("minhaPopDiv").innerHTML = "<!--url's used in the movie--><a href='JavaScript:closePopDiv()'></a><!--text used in the movie--><!-- saved from url=(0013)about:internet --><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='300' height='300' id='PopUp' align='middle'><param name='movie' value='ad/banneread.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' /><embed src='ad/banneread.swf' quality='high' wmode='transparent' bgcolor='#ffffff' width='300' height='300' name='PopUp' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	setTimeout('closePopDiv()',10000);
}
function closePopDiv () {
	//alert('close');
	document.getElementById("minhaPopDiv").style.visibility = 'hidden';
}
function abreDiv () {
	document.getElementById("minhaPopDiv").style.visibility = 'visible';
}// JavaScript Document
