function js_submit(sfera_id)
{
	strana=document.getElementById('strana').value;
	document.location.href='/franch/index.php?sfera_id='+sfera_id+'&strana_id='+strana+'#fr';
}

function js_submit_sort(sfera_id, strana_id, ordr, offset)
{
	srtby=document.getElementById('srtby').value;
	document.location.href='/franch/index.php?sfera_id='+sfera_id+'&strana_id='+strana_id+'&offset='+offset+'&ordr='+ordr+'&srtby='+srtby+'#fr';
}


function showhide(tip)
{
	document.getElementById('tip_1').style.display='none';
	document.getElementById('tip_2').style.display='none';
	document.getElementById('tip_3').style.display='none';
	document.getElementById('tip_4').style.display='none';
	document.getElementById('tip_'+tip).style.display='';

}


function showhidecat(cat,cnt2,cnt1)
{
	for (var i=1;i<=cnt2;i++)
		{
			x=document.getElementById('cats_'+i);
			x.style.display='none';
		}
	document.getElementById('cats_'+cnt1).style.display='';
	document.getElementById(cat).style.display='';



}