<!--

function catedit(url)
{
open(url, 'catedit', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=300px,height=300px");
href = url;
}

function addimg(url)
{
open(url, 'addimg', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=326px,height=140px");
href = url;
}

function editnn(url)
{
open(url, 'editnn', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=570px,height=540px");
href = url;
}

function editn(url)
{
open(url, 'editn', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=570px,height=540px");
href = url;
}
function upload(url)
{
open(url, 'upload', "toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=0,width=400px,height=190px");
href = url;
}

function newspopup(url)
{
open(url, 'newspopup', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=600px,height=400px");
href = url;
}

function change(url)
{
open(url, 'change', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=300px,height=200px");
href = url;
}

function print(url)
{
open(url, 'print', "toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=0,width=700px,height=450px");
href = url;
}

//Code in Newsform einfügen

function insertcode(string)
{
 document.newsform.msg.value = document.newsform.msg.value + string;
 document.newsform.msg.focus();
}

// -->