function showNews(id_news, id_alias)
{
  if (id_alias){
  var rc;
  rc = 'status=yes,menubar=yes,scrollbars=yes,resizable=yes,top=100,left=200,width=630,height=400';
//  window.open('/news/get_news.asp?id_news=' + id_news + '&id_alias=' + id_alias,'news'+id_news, rc);
  var w = window.open('/lenta-small.html?id=' + id_news + '&id_alias=' + id_alias,'news'+id_news, rc);
  w.focus();
  }
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function showNewsSmall( id_news )
{
 var wname = 'news_' + id_news;
 var rc = 'width=630,height=400,status=yes,directories=no,location=no,menubar=yes,toolbar=yes,top=100,left=200,titlebar=yes,resizable=yes,scrollbars=yes';
 var w = window.open( 'lenta-small.html?id='+id_news, wname, rc);
 w.focus();
}

function showDocSmall( id_doc )
{
 var wname = 'doc_' + id_doc;
 var rc = 'width=650,height=450,status=yes,directories=no,location=no,menubar=yes,toolbar=no,top=50,left=50,titlebar=yes,resizable=yes,scrollbars=yes';
 var w = window.open( '/archive/archive-material-small.html?docId='+id_doc, wname, rc);
 w.focus();
}