function card(cname) 
{
var windowName = "WotCWindow";
var params = "toolbar=0, location=0, directories=0, status=0, menubar=0, resizable=0, width=450, height=400";
var win = window.open("http://www.wizards.com/magic/autocard.asp?name=" + cname, windowName, params);
}
function item(id) 
{
var windowName = "Produktanzeige";
var params = "toolbar=0, location=0, directories=0, status=0, scrollbars=1, menubar=0, resizable=1, width=450, height=400";
var win = window.open("http://www.playdeal.de/pt/item.php?id=" + id, windowName, params);
}
function duel(cname) 
{
var windowName = "win_dm";
var params = "toolbar=0, location=0, directories=0, status=0, menubar=0, resizable=0, width=600, height=490";
var win = window.open("http://www.wizards.com/duelmasters/dm_autocard.asp?name=" + cname, windowName, params);
}
function toggle(id) {
 if (document.getElementById(''+id+'').style.display == "block") document.getElementById(''+id+'').style.display = "none"
 else document.getElementById(''+id+'').style.display = "block"
}
function get_okayen(){
  alert('Unfortunately you can`t change this Site unless the payment was closed.\nIf you want to cancel this payment, just click on Cancel in the grey payment window.\nYou then will be forwarded automatically.');
  return true;  
}
function get_okay(){
  alert('Leider ist ein Seitenwechsel bis zum Abschluss der Zahlung nicht möglich.\nWenn Sie die Zahlung abbrechen möchten, klicken Sie bitte im grauen Fenster auf abbrechen.\nSie werden dann automatisch weitergeleitet.');
  return true;  
}

