
function artikel( id )
{
  window.open( 'popup_artikel.php?id='+ id, '_blank', 'status=0, scrollbars=0, resizable=0, width=800, height=600' );
}