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

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

	resizeFW()
}
window.onresize = function()
{
//	if(working==0){resizeFW();}
}
