function popWin(the_page,the_target,the_width,the_height,sb)
{
window.open(the_page,the_target,"status=no,menubar=no,scrollbars=no,resizable=no,width=" + the_width + ",height=" + the_height);
}

function MarkAll()
{
I = 0;
while (document.mailoption.elements[I])
{
document.mailoption.elements[I].checked = true;
I++;
}
}

function UploadPic(WHAT)
{
UP = window.open('./content/uploadpic.cont.php?what='+WHAT,'UploadPic','top=150,left=200,width=400,height=300');
UP.focus();
}

function ChoosePic(WHAT)
{
UP = window.open('./content/choosepic.cont.php?what='+WHAT,'ChoosePic','scrollbars=1,top=150,left=200,width=400,height=300');
UP.focus();
}

function OpenNews(ID)
{
UP = window.open('./content/readnews.cont.php?ID='+ID,'ReadNews','top=100,left=100,width=550,height=450');
UP.focus();
}

function PrintThis(WHAT,ID)
{
UP = window.open('./content/printthis.cont.php?what='+WHAT+'&id='+ID,'Print','scrollbars=1,top=1,left=1,width=620,height=700');
UP.focus();
}

function BCPopper()
{
UP = window.open('./content/bcpopper.cont.php','BCPopper','resizable=1,scrollbars=1,top=1,left=1,width=760,height=200');
UP.focus();
}

function OpenChat()
{
UP = window.open('http://chat.block-a.de','Chat','resizable=1,scrollbars=0,top=1,left=1,width=750,height=550');
UP.focus();
}

function CheckPeriod()
{
if(document.mailoption.period.checked != true)
{
alert('Wenn Sie den Newsletter periodisch absenden lassen möchten, markieren Sie die Checkbox für das periodische Absenden!');
document.mailoption.period.focus();
}
}