function mypopup()
{
  /*mywindow = window.open ("http://www.seimospusryciams.lt/?narsykle=1","seimospusryciams","location=1,status=1,scrollbars=1,  width=500,height=300");
  mywindow.moveTo(0,0);
  */
  
  
 var width  = 1000;
 var height = 600;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';
 newwin=window.open("http://www.seimospusryciams.lt/?narsykle=1",'seimospusryciams', params);
 if (window.focus) {newwin.focus()}
 return false;

}

/*
function uzdDone()
{
  var dat = '{ gameNr: "testas" }';
  $.post("http://www.seimospusryciams.lt/new/trans.php", dat, function(data) {
    alert("Data Loaded: " + data);
  });
  alert(gameData);
}
*/

var itemCount = 0;
var part = 0;
var pirArr = new Array();
for(var i=0; i<44; i++)
  pirArr[i] = 0;

  
function itemSel(id,show,nr) {
  if( document.getElementById(id).className == 'check_c_hide' ) {
    document.getElementById(id).className = 'check_c';
    itemCount++;
  }
  else {
    document.getElementById(id).className = 'check_c_hide';
    itemCount--;
  }

  pirArr[nr] = show;
}
