function ShowCard(parm) {
  window.open("detail.php?"+parm, "showcard", "width=290,height=400");
}

function ShowCard2(parm) {
  window.open("detail2.php?"+parm, "showcard2", "width=220,height=315");
}

function WizardsShowCard(cardname) {
  window.open("http://www.wizards.com/magic/autocard.asp?name="+cardname, "wizardsshowcard", "width=445,height=470");
}

function PopUp(url) {
  window.open(url, "forantepopup", "width=600,height=600");
}
