function AbreJanela(endereco,W,H,T,L,S)
{
	var Jan = window.open(endereco, "Jan", "width="+W+",height="+H+",top="+T+",left="+L+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+S+",resizable=no,copyhistory=no");
	Jan.focus();
}

function AbreJanela2(endereco,W,H,T,L,S)
{
	var Jan2 = window.open(endereco, "Jan2", "width="+W+",height="+H+",top="+T+",left="+L+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+S+",resizable=no,copyhistory=no");
	Jan2.focus();
}

function LerWebcard(cod)
{ AbreJanela("pg_webcard_ler.cfm?cod_leitura="+cod,750,350,1,1,"no"); }

function AbrePopUp(endereco,W,H,T,L,S)
{
	var JanPopUp = window.open(endereco, "JanPopUp", "width="+W+",height="+H+",top="+T+",left="+L+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+S+",resizable=no,copyhistory=no");
	JanPopUp.focus();
}
