﻿function doSearch()
{
	if(arguments.length == 0)
	{
		if(document.getElementById('queryTerms').value!='')
		{
			doSearch(document.getElementById('queryTerms').value);
		}
	}
	else
	{
		location.href='/sitesearch/?hl=uk&lr=lang_uk&nq=site%3awww.pandasecurity.com%2fukraine%2f+'+arguments[0];
	}
}

document.getElementById('searchButton').value = "Пошук";