<!--

function calendarLink(god, mesac, cislo)
{
	var lang = document.getElementById("lang").value;
	//
	mesac = new Number(mesac);
	mesac = mesac + 1;
	mesac = new String(mesac);
	if(mesac.length==1)
	{
		mesac = "0"+mesac;
	}
	//
	if(cislo.length==1)
	{
		cislo = "0"+cislo;
	}
	//alert(god+mesac+cislo);
	//window.location.href = "index.php?lang="+lang+"&tid=news&page=1&ptype="+god+"-"+mesac+"-"+cislo;
	window.location.href = "index-"+lang+"-news-1|"+god+"-"+mesac+"-"+cislo;
}

function efir()
{
	var agt = navigator.userAgent.toLowerCase();
	//
	var is_ie = (agt.indexOf("msie")!=-1);
	var is_ch = (agt.indexOf("chrome")!=-1);
	var is_sa = (agt.indexOf("safari")!=-1);
	//
	//alert(agt);
	//
	if(is_ie || is_ch || is_sa)
	{
		if(document.getElementById)
		{
			document.getElementById("liveplayer").controls.stop();
			//alert("test 1");
		}
	}
	//
	wind = window.open('live.html','','top=0,left=0,width=700,height=700,status=1,menubar=0,resizable=1,toolbars=0,scrollbar=0');
	wind.focus();
	//alert("test 2");
}

function onsearch3()
{
	//f = document.getElementById("search2").value
	//alert(document.getElementById("search2").value);

	if(document.getElementById("search2").value == "ПОИСК")
	{
		document.getElementById("search2").value = "";
		//alert("1");
	}
	//
	if(document.getElementById("search2").value == "SEARCH")
	{
		document.getElementById("search2").value = "";
		//alert("2");
	}
}

function search3()
{
	//f = document.getElementById("search2").value
	//alert(document.getElementById("search2").value);

	var lang = document.getElementById("langzs").value;

	if(document.getElementById("search2").value == "ПОИСК")
	{
		document.getElementById("search2").value = "";
		//alert("1");
	}
	//
	if(document.getElementById("search2").value == "SEARCH")
	{
		document.getElementById("search2").value = "";
		//alert("2");
	}
	//
	if(document.getElementById("search2").value.length < 3)
	{
		alert("ПОИСК - введите минимум 3 символа\nSEARCH - enter minimum 3 simbols");
	}
	else
	{
		//window.location.href = "index-"+lang+"-search-1|"+document.getElementById("search2").value;
		window.location.href = "http://www.1k-tv.com/?lang="+lang+"&tid=search&word="+document.getElementById("search2").value;
	}
}
//-->