<!--
//	1999, 2000 (C) Dariusz Flaga  [dflaga@elka.pw.edu.pl]
//	Alternative top panel

var is_main=(self.name=="main")?1:0;

function move_now(a){
alert("xxx");

scroll(0,a);
alert(eval("scroll;"));
}

function move(a,b){
for (var n=a; n < b; n++)
scroll(0, eval(n*10));
}


function move_slow(a,b,c){
if (a>=b) return;
scroll(0, eval(a++ * 10));
setTimeout(eval("move_slow(a,b,c);"),eval("c"));
}

// relay
function progress_show(a){if (is_main) parent.top_panel.progress_show(a);}
function progress_hide(){if (is_main) parent.top_panel.progress_hide();}
function pp(){if (is_main) parent.top_panel.pp();}
function t(){if (is_main) parent.top_panel.t();}
onabort = progress_hide();


function check_frame(fn){
//cfib_1 = new Image; cfib_1.src = "http://stat.webmedia.pl/cgi-bin/stat?DF&stat4u";

if(self.name!=fn){
	document.write(
	'<DIV ALIGN=RIGHT><A HREF="/index.html" TARGET="_top"><IMG SRC="/img/main.gif" BORDER=0></A></DIV>');
	}
}

function check_frame2(fn){
// cfib_1 = new Image; cfib_1.src = "http://stat.webmedia.pl/cgi-bin/stat?DF&stat4u";

if(self.name!=fn){
	document.write(
	'<DIV ALIGN=RIGHT><A HREF="../index.html" TARGET=_top><IMG SRC="../img/main.gif" BORDER=0></A></DIV>'+
	'');
	}
}

function status_bar(txt){window.status=txt;setTimeout("window.status=''",2500)}

function footer(level){
	document.write('<IMG SRC="');
	if(level == 2) {
		document.write('../');
		}
	document.write('img/linia.gif" WIDTH=100%><DIV ALIGN=RIGHT><A HREF="http://flagiusz.republika.pl" target=_top><SMALL>1997-2010 &copy; DF</SMALL></A>&nbsp;');
}


function popup(url,x,y) {
	window.open(url, "popup", "width="+x+",height="+y+",toolbar=no,statusbar=no,resizable=yes");
	}

//-->

