function resizeIframe(frame) {
  try {
	if(frame.contentDocument) 	frame.height = frame.contentDocument.body.scrollHeight;
	else 	frame.style.height = frame.contentWindow.document.body.scrollHeight;
  }
  catch (e) {
     window.status = e.message;
  }
}

function fix_sizeMain(dodaj) {	
	obj=strona.document.getElementById("tabglowna");	
	//alert(obj.id);
	if (obj) {
		if (isNaN(dodaj)) dodaj=0;
		//alert(size);
		if (rozmiar>obj.clientHeight) 
			document.getElementById("strona").style.height = dodaj + rozmiar;//obj.clientHeight;
		else 
			document.getElementById("strona").style.height = dodaj + obj.clientHeight;
		
	}
	else resizeIframe(parent.document.getElementById('strona'));
}



function wywolaj (zmienna_zaladowania) {
	
	try {
	var top_fl = document.getElementById("top_flash");
	top_fl.SetVariable ("zmienna_zaladowania", zmienna_zaladowania);
	
	var boczone_fl = document.getElementById("boczne_flash");
	boczone_fl.SetVariable ("zmienna_zaladowania", zmienna_zaladowania);
	} catch(err) {
	var top_fl_ff = document.getElementById("top_flash_ff");
	top_fl_ff.SetVariable ("zmienna_zaladowania", zmienna_zaladowania);
	
	var boczone_fl_ff = document.getElementById("boczne_flash_ff");
	boczone_fl_ff.SetVariable ("zmienna_zaladowania", zmienna_zaladowania);
	}
}
