function popword( word ){
    url = "./word/word.php#" + word;
    window.open(url, "words", "width=350,height=500,scrollbars=1,resizable=0");
}
