function RetiraAtivacaoFlash(o)
{
 	  if(navigator.userAgent.toLowerCase().indexOf("msie")>-1)
	   	{
            o.innerHTML=o.innerHTML;
		}   
}
function open_center(loc, name, params, Wwidth, Wheight)
{
    Swidth = screen.width;
    Sheight = screen.height; 

    Wleft = (Swidth / 2) - (Wwidth / 2) - 8;
    Wtop = (Sheight / 2) - (Wheight / 2) - 20;

    params = params+",left="+Wleft+",top="+Wtop+",width="+Wwidth+",height="+Wheight;

    window.open(loc, name, params);
}

function ExibeComentarios(n)
{
    open_center("/blog/comentarios.aspx?"+n,"comentarios","scrollbars=1",356,478);
}
function ExibeRegulamento(n)
{
    open_center("/promocoes/regulamento.aspx?id="+n,"regulamento","scrollbars=1",530,478);
}
var arrayControles=new Array();
function ValidaCampos(source, clientside_arguments)
    {
        alert(source);
        source.IsValid=false;
    }
function ExibeConteudo(url,w,h)
{
    open_center(url,"conteudo","scrollbars=1",w,h);
}
