var pyt=1;
function pytanko(nr){
	old='#pyt_'+pyt;
	nw='#pyt_'+nr;
	$(old).hide(300);
	$(nw).show(300);
	pyt=nr;
}

