<!--
function popup(section, word,lang){ 
alert("pop")
	page = section + "_" + word + "_" + lang + ".asp";
	popupTo = window.open(page, "popme", "toolbars=no,scrollbars=yes");
	popupTo.resizeTo(280,280);
	popupTo.moveTo(screen.width/2-140,screen.height/2-140);
	popupTo.focus();

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
-->