// +++++++++++++++++++++++++++++++++++++++++++++++++++
//    Allgemeine Popup Funktion
// +++++++++++++++++++++++++++++++++++++++++++++++++++
function popup(pname, width, height, scrollbars) 
{
  msg=open(pname,"pname","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,scrollbars=" + scrollbars + ",resizeable=no,menubar=no");
}