function fix_sizeMain(dodaj) {	
	obj=strona.document.getElementById("tabglowna");	
	if (obj) {
		if (isNaN(dodaj)) dodaj=0;
		document.getElementById("strona").style.height = dodaj + obj.clientHeight+"px";
	}
}
