function online_info() {
	var str_url = "http://online.babylon.com/combo/index.html?word="+document.getElementById("word").value+"&lang="+document.getElementById("lang").options[document.getElementById("lang").selectedIndex].value;
	window.open (str_url, "online", "scrollbars=no,status=no,width=256,height=334,top=215,left=33");
}
