window.defaultStatus = "DNC-Aboservice";
function Abo() 
{ 
Form1 = window.open("../main/abo_form.htm#top", "Abonnement", 
"width=500,height=550,screenX=1,screenY=1,resizable=no,scrollbars"); Form1.focus(); 
}

function Geschenk() 
{ 
Form2 = window.open("../main/giftform.htm#top", "Geschenkabo", 
"width=800,height=400,screenX=0,screenY=0,resizable=no,scrollbars"); Form2.focus(); 
}

function Mitglied() 
{ 
Form3 = window.open("../../gdcf/main/mit_form.htm#top", "Mitglied", 
"width=700,height=500,screenX=0,screenY=0,resizable=no,scrollbars"); Form3.focus(); 
}

