function changetext(rok){
	n=2006;
	while(n<=rok_arch) {
		rok_all=document.getElementById("rok-"+n);
		if(rok_all) {
    		rok_all.innerHTML='<span id="rok-'+n+'"><a href="#archiwum" onClick="changetext(\''+n+'\')">'+n+'</a></span>';
    		miesiac_all=document.getElementById("miesiac-"+n);
    		miesiac_all.style.display='none';
		}
		n++;
	}
	rok_this=document.getElementById("rok-"+rok);
	rok_this.innerHTML='<span id="rok-'+rok+'">'+rok+'&#8678;</span>';
	miesiac_this=document.getElementById("miesiac-"+rok);
	miesiac_this.style.display='block';
}

/*
function szukajw(zr){
	if(zr=="1") {
		div=document.getElementById("szukaj-w");
		div.innerHTML='<a href="#" onClick="szukajw(\'0\')">rozwiń</a>';
	} else {
		div=document.getElementById("szukaj-w");
		div.innerHTML='<a href="#" onClick="szukajw(\'1\')" class="zwin">zwiń</a><label><input type="checkbox" name="newsy" checked="checked" />Newsy</label><label><input type="checkbox" name="kalendarium" checked="checked" />Kalendarium</label><label><input type="checkbox" name="komentarze" checked="checked" />Komentarze</label><label><input type="checkbox" name="analizy" checked="checked" />Analizy</label><label><input type="checkbox" name="felietony" checked="checked" />Felietony</label><label><input type="checkbox" name="ogloszenia" checked="checked" />Ogłoszenia</label><label><input type="checkbox" name="akcje" checked="checked" />Akcje</label>';
	}
}
*/
		
function start() {
	/*
	div=document.getElementById("szukaj-w");
	if(div!=null) {
		div.innerHTML='<a href="#" onClick="szukajw(\'0\')">rozwiń</a>';
	}
	*/
	var oldIE=/*@cc_on function(){ switch(@_jscript_version){ case 1.0:return true; case 3.0:return true; case 5.0:return true; case 5.1:return true; default:return false }}()||@*/false;
	n=2006;
	while(n<=rok_arch) {
			miesiac_all=document.getElementById("miesiac-"+n);
			if(miesiac_all!=null && oldIE!=true) {
				miesiac_all.style.display='none';
				miesiac_all.style.position='absolute';
				miesiac_all.style.padding='0';
				/*@cc_on
				miesiac_all.style.padding='15px 0 0 0';
				@*/
				miesiac_all.style.left='21px';
				miesiac_all.style.height='55px';
				rok_all=document.getElementById("rok-"+n);
				rok_all.innerHTML='<span id="rok-'+n+'"><a href="#archiwum" onClick="changetext(\''+n+'\')">'+n+'</a></span>';
				li=document.getElementById("li-"+n);
				li.style.width='102px';
			}
			n++;
	}

	rok_this=document.getElementById("rok-" + rok_visible);
	if(rok_this!=null && oldIE!=true) {
		miesiac_this=document.getElementById("miesiac-" + rok_visible);
		ul=document.getElementById("ul-archiwum");
		rok_this.innerHTML='<span id="rok-' + rok_visible +'">'+rok_visible+'&#8678;</span>';
		miesiac_this.style.display='block';
		ul.style.height='55px';
	}
}

window.onload=start
