
function artikel( id )
{
  window.open( 'p_artikel.php?id='+ id, '_blank', 'status=0, scrollbars=1, resizable=1, width=650, height=605' );
}