var xyz;
function popper(url,breit,hoch)
{
xyz=window.open(url,'pop','status=no');
xyz.resizeTo(breit,hoch);
xyz.focus();
}

