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