
function levelkuld(id,hird)
{
	newwindow=window.open("uzenetkuldo.php?uid="+id+"&hid="+hird, "tovabbit", "width=640,height=480,menubar=no,location=no,resizable=no,scrollbars=no,status=no");
	if (window.focus) {newwindow.focus()}
}

function tovabbkuld(id1)
{
	newwindow=window.open("tovabbit.php?id="+id1, "tovabbit", "width=640,height=480,menubar=no,location=no,resizable=no,scrollbars=no,status=no");
	if (window.focus) {newwindow.focus()}
}

function Box(boxnev) {
if (boxnev=="p1"){
  document.getElementById('p1').style.visibility='visible';document.getElementById('p1').style.height = 100 + '%';
  document.getElementById('p2').style.visibility='hidden';document.getElementById('p2').style.height = 0 + 'px';
  document.getElementById('p3').style.visibility='hidden';document.getElementById('p3').style.height = 0 + 'px';
document.getElementById('me').style.backgroundColor="white";
document.getElementById('ke').style.backgroundColor="#97D20B";
document.getElementById('be').style.backgroundColor="#97D20B";
}

if (boxnev=="p2"){
  document.getElementById('p2').style.visibility='visible';document.getElementById('p2').style.height = 100 + '%';
  document.getElementById('p1').style.visibility='hidden';document.getElementById('p1').style.height = 0 + 'px';
  document.getElementById('p3').style.visibility='hidden';document.getElementById('p3').style.height = 0 + 'px';
document.getElementById('me').style.backgroundColor="#97D20B";
document.getElementById('ke').style.backgroundColor="white";
document.getElementById('be').style.backgroundColor="#97D20B";
}

if (boxnev=="p3"){
  document.getElementById('p3').style.visibility='visible';document.getElementById('p3').style.height = 100 + '%';
  document.getElementById('p2').style.visibility='hidden';document.getElementById('p2').style.height = 0 + 'px';
  document.getElementById('p1').style.visibility='hidden';document.getElementById('p1').style.height = 0 + 'px';
  document.getElementById('me').style.backgroundColor="#97D20B";
  document.getElementById('ke').style.backgroundColor="#97D20B";
  document.getElementById('be').style.backgroundColor="white";
}

}

