function go_cal(langstr)
{
 document.location.href='/'+langstr+'/news/browse/date/'+document.forms.fcal.y.value+'-'+document.forms.fcal.m.value+'-01';
}

function openlink(url, w, h)
    {
      mreplywin = window.open('','mreplywin64'+Math.round(1000*Math.random()),'width=' + (w+15) + ',height=' + (h+25) + ',scrollbars=0,status=0,resizeable=0');
      mreplywin.location.href = url;
      mreplywin.focus(); // bring our subwindow to the front
      if (mreplywin.opener == null) mreplywin.opener = window;
    }

function alfavit_activate(s)
{
 for (i=1; i<255; i++)
 {
  var el = document.getElementById('kik'+i);
  var el2 = document.getElementById('buk'+i);
  if (el && !el2)
  {
   el.style.cursor = 'none';
   el.style.color = '#cccccc';
  };
 }; 
 
}