function pip(tg,txt) {
	document.getElementById('imc').src = 'images/loading.gif';
	document.getElementById('imc').src = tg;
	document.getElementById('imc_txt').innerHTML = unescape(txt);
}

