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('kelimesonuc.php?kelime=' + aranankelime, 'LugatSonucPencere', 'width=500,height=400,toolbar=0,scroolbar=yes,location=0,directories=0,resizable=0,status=1,menubar=0');
			LugatSonucPencere.focus();}
}