

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