/**
 * oeffnet ein neues Fenster mit variabler Groesse fuer ein Bild oder
 * die Druckansicht
 * @author [bsp] Andy Pillip
 * @version 15.02.2006
 */
function open_popup( url, width, height )
{
  bsp_newindow( url,
                'druckansicht',
                'width=' + width + ',height=' + height + ',align=left,valign=top,location=yes,menubar=yes,status=no,toolbar=no,resizable=yes,scrollbars=yes' );
}