function ajustaDIV(tamanho) {
	//necessário chamar a funçào dentro da <body onload="javascript: ajustaDIV(tamanho);">
//função criada para ajustar a DIV quando utilizada com include
document.getElementById("conteinerPages_L01").style.height = tamanho + 20 + 'px';
document.getElementById("conteinerPages_L02").style.height = tamanho + 'px';
}