setTimeout ("changePage()", 2000);
function changePage() {
	if (self.parent.frames.length != 0)
		self.parent.location=document.location;
}

aktualny = ""+document.location;
function pole(tekst, plik){
	if (aktualny.indexOf(plik) < 0)
		document.write('<td width=14% align=center ID="polemenu"><a ID="polemenu" href='+plik+'>'+tekst+'</a></td>');
	else
		document.write('<td width=14% align=center ID="polemenuoff">'+tekst+'</td>');
}
document.write('<table width=100% cellspacing=4><tbody><tr>');
pole("Początek", "index.html");
pole("Audio", "audio.html");
pole("Palmtopy", "palmtopy.html");
pole("GPS", "gps.html");
pole("Pliki", "download.html");
pole("Fotografia", "fotografia.html");
pole("Programowanie", "programowanie.html");
document.write('</tr></tbody></table>');


