

// popup

function popup (url,name,breit,hoch)
{
popupfenster=window.open(url, name, "width="+breit+",height="+hoch+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=150,left=350");
}












