function popup(caminho){

	Wwidth  = 500;
	Wheight = 350;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=0,status=0";

	window.open(caminho,'popup',params);
}

function abreProgramaSurpreenda(){

	Wwidth  = 615;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/programa_surpreenda.htm','programaSurpreenda',params);
}

function abreCreditoEspecial(){

	Wwidth  = 606;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/credito_especial_2009.htm','creditoEspecial',params);
}

function abreRestituicao(){

	Wwidth  = 587;
	Wheight = 765;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open('noticias/restituicao.htm','restituicao',params);
}

function abreCapitalSocial2009(){

	Wwidth  = 620;
	Wheight = 765;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/capital_social_2009.htm','capital_social_2009',params);
}

function abreAssembleiaGeral(){

	Wwidth  = 718;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/assembleia_geral_ordinaria.htm','assembleia',params);
}

function abreCapitalSocial(){

	Wwidth  = 718;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open('noticias/capital_social.htm','capital',params);
}

function abreEnvelope(){

	Wwidth  = 620;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open('noticias/envelope.htm','envelope',params);
}

function abrePromocao(){

	Wwidth  = 712;
	Wheight = 600;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/promo_2milhoes.htm','promo',params);
}

function abreCredito(){

	Wwidth  = 660;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);	

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";
	
	window.open('noticias/credito_engecred_2008.htm','credito',params);
}

function abreCreditoMaes(){

	Wwidth  = 718;
	Wheight = 550;

	tamW = screen.width;
	tamH = screen.height;

	posW = (tamW/2) - (Wwidth/2);
	posH = (tamH/2) - (Wheight/2);

	params = ",left="+posW+",top="+posH+",width="+Wwidth+",height="+Wheight+",scrollbars=1,status=0";

	window.open('noticias/credito_maes.htm','credito',params);
}
