d=document;
function n(ax){
	startDate=new Date();
	tw2=window.open(ax,startDate.getTime(),"toolbar=yes,location=yes,resizable=yes,status=yes,scrollbars=yes,menubar=yes,width="+((screen.width/100)* 80)+",height="+(((screen.height/100)* 85)-200)+",left="+((screen.width/100)*9)+",top="+((screen.height/100)*14));
}

function doSearch(){
	wo=d.searchforit.query.value;
	searchitems="";
	for(t=1;t<=wo.length;t++){
		if(wo.substring(t-1,t)==" ")searchitems+="+";
		else{
			if(wo.substring(t-1,t)=="+")searchitems+="%2B";
			else searchitems+=wo.substring(t-1,t);
		}
	}
	index=d.searchforit.service.selectedIndex;
	site=d.searchforit.service.options[index].value;
	site+=searchitems;
	if(site.substr(7,5)=="kincs"){site+='&fWBT=10&fBID=00&Keres.x=42&Keres.y=3'}
	if(site.substr(35,6)=="biblia"){site+='&max_hits=100'}
	if(searchitems==""||searchitems==null){alert("\nKérem írjon be legalább egy kulcsszót...");d.searchforit.query.focus();}
	else if (index==0) location.href=site;
	else n(site);
}

//function wijz(){alertif(d.searchforit.service.selectedIndex==0)location.href=site;}


zm=new Array(
'Miller Telecom', 	//0
'Startlap',     	//1
'Vizsla',       	//2
'Google',			//3
'Heuréka',			//4
'Góliát',			//5
'Metacrawler',		//6
'Ask Jeeves!',		//7
'DogPile',			//8
'Yahoo!',			//9
'Altavista',		//10
'HotBot',			//11
'Excite',			//12
'Nortern Light',	//13
'AllTheWeb',		//14
'Biblia',			//15
'Britannica',		//16
'Info',				//17
'Astalavista',		//18
'Cégbox' 			//19
);
zmv=new Array(0,1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19);
var zmu=new Array(
"oi.webstar.hu/miller_telecom/index.php?data=search_result&keyword=",
"www.lapkereso.hu/keres.php?ID=5&KERESES=",
"vizsla.origo.hu/katalogus?q=",
"www.google.com/search?num=30&hl=hu&lr=&ie=UTF-8&inlang=pl&newwindow=1&output=search&q=",
"www.heureka.hu/?ekezet=-1&heureka=",
"www.goliat.hu/cgi-bin/kereses.cgi?L=0&LISTA=2&KERESES=",
"search.metacrawler.com/crawler?general=",
"www.askjeeves.com/main/askjeeves.asp?ask=",
"search.dogpile.com/texis/search?q=",
"search.yahoo.com/bin/search?p=",
"www.altavista.com/cgi-bin/query?q=",
"hotbot.lycos.com/?MT=",
"search.excite.com/search.gw?search=",
"www.northernlight.com/nlquery.fcg?cb=0&qr=",
"www.alltheweb.com/search?query=",
"www.cab.u-szeged.hu/cgi-bin/biblia_search?search_term=",
"search.britannica.com/search?query=",
"whatis.techtarget.com/wsearchResults/1,290214,sid9,00.html?query=",
"astalavista10.box.sk/cgi-bin/robot/robot?srch=",
"www.cegbox.hu/index.php?kereses_teve=");

