function popcard(card) {
  var tmp = encodeURIComponent(card);
  var dummy = window.open('http://www.temple-of-lore.com/spoiler/popup.php?name='+ tmp,'ToL_Popup','width=400,height=550,resizable=1');
}
