function resizeIframepesquisa() {
	h = parent.document.getElementById('icatalogo');
	hHeight = document.body.scrollHeight;
	h.style.height = hHeight + 0 + 'px';
	h.style.width = 555;
	
}

function resizeIframecatalogo() {
	y = parent.document.getElementById('icatalogo');
	yHeight = document.body.scrollHeight;
	y.style.height = yHeight + 0 + 'px';
	y.style.width = 555;
	
}


function resizeIframeAcesso() {
	x = parent.document.getElementById('iacesso');
	xHeight = document.body.scrollHeight;
	x.style.height = xHeight + 3 + 'px';
	//x.style.width = 181;
}
