function popWindow(urlargs){
urlargs = urlargs.replace(/\s/g, '+');
window.open('/en/dictionary/definition.aspx?term=' + urlargs,'','scrollbars=yes,resizable=yes,width=350,height=400');
}

