function googlesearch(query)
{
window.open('http://www.google.com/search?q='+query+'','_blank','left=30,top=30,width=800,height=650,toolbar=1,scrollbars=1,location=1,resizable=1,menubar=1');
}

function searcher(hol,mit)
{
	//alert(hol);
	if (hol=='google')
	{
	   //document.forms.searchform.action="http://www.google.co.hu";
	   //document.forms.searchform.target="_blank";
	   //document.forms.searchform.task="";
	   window.open('http://www.google.com/search?q='+mit+'','_blank','left=30,top=30,width=800,height=650,toolbar=1,scrollbars=1,location=1,resizable=1,menubar=1');
	   //self.location="index.php";
	}
	else
		if (hol=='ehok')
		{
		//alert(mit);
		window.location="index.php?task=lib/search.php&q="+mit;}

//window.open('http://www.google.com/search?q='+query+'','_blank','left=30,top=30,width=800,height=650,toolbar=1,scrollbars=1,location=1,resizable=1,menubar=1');
}
