function vermais()
{
        document.getElementById('colunista').style.overflow='visible';
	document.getElementById('colunista').style.height='100%';
}

function vermenos()
{
        document.getElementById('colunista').style.overflow='hidden';
	document.getElementById('colunista').style.height='110px';
}

function resmais()
{
	document.getElementById('res_social').style.overflow='visible';
	document.getElementById('res_social').style.height='100%';
}

function resmenos()
{
	document.getElementById('res_social').style.overflow='hidden';
	document.getElementById('res_social').style.height='120px';
}