function h()
{
	var wys = 0;
	wys= parent.frames['main'].document.body.scrollHeight;
	//wys = parent.frames['main'].document.body.offsetHeight;
	//alert("scrollHeight: "+parent.frames['main'].document.body.scrollHeight);
	//alert("offsetHeight: "+parent.frames['main'].document.body.offsetHeight);
	if(wys < 335 ) {wys = 335;}
	wys	= wys+"px";
	document.getElementById('main').style.height=wys;
}



