function showGarden(target) {
    window.open("view/" + target + ".htm", target, "width=620,height=800,scrollbars=yes,resizable=yes");
}

function voteGarden(target) {
    window.open("vote/" + target + ".htm", target, "width=620,height=800,scrollbars=yes,resizable=yes");
}
