function LugatArama() {
	if (navigator.appName == "Netscape")
		 { AcLugatSonucPencere(document.getSelection()); }
	else { var strText = document.selection.createRange();
			if( document.selection.type == 'Text' ) { AcLugatSonucPencere(strText.text);}}
}

function AcLugatSonucPencere(aranankelime){
	if (aranankelime != '')
		{var LugatSonucPencere;
			LugatSonucPencere = window.open("kaynaklar.php?kelime="+aranankelime,"LugatSonucPencere", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=400");
			LugatSonucPencere.focus(); }
}