function abre_sistema(caminho){
	if(screen.width == "800"){
		window.open(caminho,'sistema_manutencao','width=792,height=550,top=0,left=0,status=yes,scrollbars=0');
		window.close();
	}
	else{

		Wwidth  = 792;
		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+",status=yes,scrollbars=0";
	
		window.open(caminho,'sistema_manutencao',params);
	}
}

function abre_central(caminho){
	if(screen.width == "800"){
		window.open(caminho,'sistema_central','width=792,height=550,top=0,left=0,status=yes,scrollbars=0');
		parent.location.href = "index.php";
	}
	else{

		Wwidth  = 792;
		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+",status=yes,scrollbars=0";

		window.open(caminho,'sistema_central',params);
		parent.location.href = "index.php";
	}
}

function abreCadastroAuxiliar(caminho){
	Wwidth  = 480;
	Wheight = 450;

	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+",toolbar=0,menubar=0,scrollbars=1,status=1";

	window.open(caminho,'CadAux',params);
}

function abreCancelaContrato(caminho){
	Wwidth  = 250;
	Wheight = 200;

	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+",toolbar=0,menubar=0,scrollbars=1,status=1";

	window.open(caminho,'cancelamento',params);
}

function abreRelatorio(caminho){
	Wwidth  = 770;
	Wheight = 500;

	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+",toolbar=1,menubar=1,scrollbars=1,status=0";
	
	window.open(caminho,'Relatorio',params);
}


function abreContaLuz(caminho){
	Wwidth  = 480;
	Wheight = 450;

	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+",toolbar=0,menubar=0,scrollbars=0,status=0";
	
	window.open(caminho,'Relatorio',params);
}

function abreRepasse(caminho){
	Wwidth  = 480;
	Wheight = 450;

	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+",toolbar=0,menubar=0,scrollbars=0,status=1";

	window.open(caminho,'Relatorio',params);
}


function atualizaPagamentos(){

  window.opener.parent.central.location.href = 'inscricao_index.php?opcao=lista_pagamento';
  window.opener.focus();
  window.close();

}

function abrePesquisa(caminho){
	Wwidth  = 460;
	Wheight = 460;

	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+",toolbar=0,menubar=0,scrollbars=1,status=1";

	window.open(caminho,'pesquisa',params);
}

function abrePesquisa2(caminho){
	Wwidth  = 660;
	Wheight = 460;

	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+",toolbar=0,menubar=0,scrollbars=1,status=1";

	window.open(caminho,'pesquisa',params);
}

function abreCarteirinhas(caminho){
	Wwidth  = 400;
	Wheight = 460;

	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+",toolbar=1,menubar=1,scrollbars=1,status=0";

	window.open(caminho,'carteirinhas',params);
}


function caixaSeleciona(caminho){
	Wwidth  = 380;
	Wheight = 220;

	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+",toolbar=0,menubar=0,scrollbars=0,status=0";

	window.open(caminho,'caixaSeleciona',params);
}

function abreModulo(caminho,tela){
	Wwidth  = 720;
	Wheight = 540;

	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+",toolbar=0,menubar=0,scrollbars=0,status=0";

	window.open('modulos/' + caminho,tela,params);
}
