<!--
	function changeInc(inc,pag,dpt,cod){
		document.main.inc.value=inc;
		document.main.pag.value=pag;
		document.main.dpt.value=dpt;
		document.main.cod.value=cod;
		document.main.submit();
	}
	
	function fn_Video(name, obj, text)
	{
		document.getElementById('lk_video').innerHTML = obj;
		document.getElementById('txt_video').innerHTML = '<br><b>' + name + '</b><br>' + text;
	}
	
	function fn_Confere(cods)
	{
		vCods = eval(cods);
		for (i = 1; i < vCods.length; i++)
		{
			vOpc = document.getElementById("ok_" + vCods[i]);
			if (vOpc.checked == true)
			{ document.getElementById("vrf_" + vCods[i]).src = 'img/ic_check.png' }
			else
			{ document.getElementById("vrf_" + vCods[i]).src = 'img/ic_cross.png' }
			document.getElementById("lbl_" + vCods[i]).style.color = '#FF0000';
		}
	}
//-->