/* 
 * Skrypt do zmiany wysokosci flash headera z layoutem pakietow po zaladowaniu go (byl za niski i sterowany z poziomu swfa)
 *
 * dedykowany dla strony: http://dev.n.pl/oferta/kanaly/pakiety/informacja_i_rozrywka.html
 */
function fix20100505() {

	if(!document.getElementById('topcontainernswf')) {setTimeout(fix20100505,1000);}
	else {fix20100505_body();setTimeout(fix20100505,1000);}
}
function fix20100505_body() {
	document.getElementById('topcontainernswf').setAttribute('height','520px');
	document.getElementById('topcontainernswf').setAttribute('style','height:520px');
	document.getElementById('topcontainernswf').style.height='520px';
}
fix20100505();

