//#############################################################
//                    Link
//-------------------------------------------------------------

function link(url,height,width,scroll)
{

window.open(url,'fenster','height='+height+',width='+width+',screenX=230,screenY=2,left=120,top=1,scrollbars='+scroll)
}
//#############################################################