function AlturaTabela()  
{
	tamanho = document.getElementById('produtos').clientHeight;
	if (tamanho < document.getElementById('menu').clientHeight)
		tamanho = document.getElementById('menu').clientHeight;
	parent.document.getElementById('iframe_produto').style.height = tamanho + "px";
}