function textpopup(name)
{
  popupwindow = window.open("../displaytext.php?" + name, "balthaus_textpopup", "width=600, height=760, resizable=yes, scrollbars=yes");
  popupwindow.focus();
}
