window.onload = function() 
{
	var s  = document.getElementById('sec1');
	var fr = document.getElementById('fullrow1');
	fr.style.top = 0 + 'px';
	s.style.height = fr.offsetHeight+'px';
}
