function tinfo(){
	var kde,a,b;
	t=document.top.pokolika.value;
	s=document.top.sekce.value;
	action=document.top.jaktridit.selectedIndex;
	if (s=="all") kde="mezi všemi tapetkami";
	if (s=="bez_e") kde="mezi všemi tapetkami mimo slečen";
	if (s=="1") kde="z galerie architektura";
	if (s=="2") kde="z galerie auta";
	if (s=="3") kde="z galerie dívky";
	if (s=="4") kde="mezi slečnami";
	if (s=="5") kde="z galerie fantasie";
	if (s=="6") kde="z galerie filmy";
	if (s=="7") kde="z galerie vánoce";
	if (s=="8") kde="z galerie hry";
	if (s=="9") kde="z galerie hudba";
	if (s=="10") kde="z galerie celebrity";
	if (s=="11") kde="z galerie kreslené";
	if (s=="12") kde="z galerie letadla";
	if (s=="13") kde="z galerie lodě";
	if (s=="14") kde="z galerie muži";
	if (s=="15") kde="v galerii ostatních tapetek";
	if (s=="16") kde="z galerie příroda";
	if (s=="17") kde="z galerie speciál";
	if (s=="18") kde="z galerie sport";
	if (s=="19") kde="z galerie vesmír";
	if (s=="20") kde="z galerie zamilované";
	if (s=="21") kde="z galerie zvířata";
	if (s=="22") kde="z galerie počítače";

	if (action==2 || action==3) a="nejstahovanějších ";
	if (action==6 || action==7) a="nejposílanějších ";
	if (action==4 || action==5) kde="s největším počtem hlasů "+kde, a="";
	if (action==0 || action==1) a="nejnovějších ";
	if (action==8 || action==9) a="největších(kb) ";
	if (action%2=="0") b="sestupně";
	   else b="vzestupně";

	document.top.info.value=t+' '+a+'tapety '+kde+' řazeno '+b+'.';
}
