window.onload = function() 
{
	if (!NiftyCheck()) {return;}
	Rounded("div#nifty", "#FFFFFF", "#e0f1fd", 8, 8);

	var s  = document.getElementById('sec1');
	var st = document.getElementById('stxt1');
	var x = st.offsetHeight;
	s.style.height = x+'px';
	
}