function gollum(q, l, wl)
{
//    var wikiwin =  window.open("http://gollum.easycp.de/gollum/gollum.php?a=core&l="+((l)?l:'')+"&wl="+((wl)?wl:'')+"&q="+((q)?q:''), "WIKI_ENVIRONMENT", "height=580, width=780, top=0, left=0, menubar=0, location=0, resizable=1, status=1");
    var wikiwin =  window.open("http://"+l+".wikipedia.org/wiki/"+q, "WIKI_ENVIRONMENT", "height=600, width=800, top=0, left=0, menubar=0, location=0, resizable=1, status=1, scrollbars=1");
    wikiwin.focus();
}
