function showPic(picname) {
    window.open("http://www.fabularis.com/screenshot.html?pic=" + picname, "Screenshot", "width=840, height=750, screenX=" + (screen.width / 2 - 420) + ", screenY=" + (screen.height / 2 - 375) + ", resizable=no");
}

function runGame() {
    window.open("client/vote.html", "FABULARIS", "width=860, height=750, screenX=" + (screen.width / 2 - 420) + ", screenY=" + (screen.height / 2 - 375) + ", resizable=yes");
}