function wiki_text() {
	var txt = document.getSelection();
	if(txt != "")
		window.open("http://it.wikipedia.org/wiki/"+txt,'wiki','width=500,height=500,left=50,top=50');
}