

function showCharge(valor){
	
	if(valor != ""){
		janela('chargex.asp?c='+valor, 'jCharge', '440', '550', 'yes', 'yes');
	}
	
	
}

