function selectAuthor(who, url) {
    sel = document.getElementById(who);
    url = url + "?xsl:author=" + sel.value;
    // alert(url);
    location = url;
}
