function test()
{
alert('Testaufruf in popup.js');
}

function news_all(url)
{
window.open(url,"LIVE","width=600,height=400,left=0,top=0,resizable=yes,scrollbars=yes");
}

function win_name()
{
alert(window.name);
}


