/***********************************************
*Pop up control by www.agilitas.pt
* Last updated Feb, 11th, 05'. This notice must stay intact for use
* Visit www.agilitas.pt
***********************************************/

var ie=document.all
var ns6=document.getElementById&&!document.all

function mostra0 (fonte1, vis1, fonte2, vis2, fonte3, vis3)
{
if (ie || ns6)
{

	div0=document.getElementById? document.getElementById("ajtopo") : document.all.ajtopo 
	div0.innerHTML='<iframe id="firami1" allowtransparency="true" scrolling="no" border="0" frameborder="0" style="width:100%;  height:100%"  src="'+fonte1+'"></iframe>'
	div0.style.visibility = vis1
return false
}
else //if NOT IE 4+ or NS 6+
return true
}

function closepreview0 ( )
{
div0.style.visibility = "hidden"
}

