function getNews(id)
{
  if (!xmlreq)
  {
    alert('Can`t XML-HTTP-Request initialithe.');
    return;
  }
  var text = 'id='+id;
  xmlreq.onreadystatechange = process;
  xmlreq.open("POST", 'lib/ajax/getNews.php', true);
  xmlreq.setRequestHeader("X-Requested-With", "XMLHttpRequest");
  xmlreq.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  xmlreq.send(text);
}
var x, y, w, h;
function moveLayer()
{

}
function clipLayer()
{

}