function almenu(ez, ekkora)
{
 if (ez.style.height=="1px") { ez.style.height=ekkora+"px"; ez.style.visibility="visible";}
 else                        { ez.style.height=1+"px";   ez.style.visibility="hidden"; };
};



function editortnyit(ez)

{

 if (ez.style.height=="1px") { ez.style.height=615+"px"; ez.style.visibility="visible";}

 else                        { ez.style.height=1+"px";   ez.style.visibility="hidden";};

};



function teaoralmenu(ez)

{

 var divs = document.getElementsByTagName('div'); 

 for(i=0;i<divs.length;i++){

  if (divs[i].className.substring(0,10)=='teaorszint'){divs[i].style.visibility="hidden";divs[i].style.position="absolute";};

 }; db=ez.length;

 d0='div0';

 document.getElementById(d0).style.position="relative";

 document.getElementById(d0).style.visibility="visible";

 d3='div'+ez.substring(0,3);

 document.getElementById(d3).style.position="relative";

 document.getElementById(d3).style.visibility="visible";

 d2='div'+ez.substring(0,2);

 document.getElementById(d2).style.position="relative";

 document.getElementById(d2).style.visibility="visible";

 d1='div'+ez;

 document.getElementById(d1).style.position="relative";

 document.getElementById(d1).style.visibility="visible";



};





function megye(ez)

{

 if (document.getElementById(ez).checked==false){

 document.getElementById(ez+'pic').src='pic/terkep/'+ez+'2.png';

 document.getElementById(ez).checked=true;}

 else{

 document.getElementById(ez+'pic').src='pic/terkep/'+ez+'1.png';

 document.getElementById(ez).checked=false;}; 

};



function megye2()

{

 var chb = document.getElementsByTagName('input'); 

 for(i=0;i<chb.length;i++){

   if (chb[i].className=='terkepchb')

	 {

	   if (chb[i].checked==true) {  document.getElementById(chb[i].id+'pic').src='pic/terkep/'+chb[i].id+'2.png';	 }

	   else                      {  document.getElementById(chb[i].id+'pic').src='pic/terkep/'+chb[i].id+'1.png';	 };

	 };

 }; 

};



function show(v,t,e)

{

var load = window.open('show.php?vid='+v+'&tid='+t+'&eid='+e,'','scrollbars=no,menubar=no,height=500,width=850,resizable=no,toolbar=no,location=no,status=no');

};



function help()

{

var load = window.open('help.php?topic=0','','scrollbars=yes,menubar=no,height=700,width=800,resizable=no,toolbar=no,location=no,status=no');

};



function helppic(ez)

{

var load = window.open('pic/guide/'+ez+'.jpg','','scrollbars=yes,menubar=no,height=750,width=1024,resizable=no,toolbar=no,location=no,status=no');

};



function stilusprev(ez)

{

var load = window.open('stilus.php?stilus='+ez,'','scrollbars=yes,menubar=no,height=750,width=1000,resizable=no,toolbar=no,location=no,status=no');

};



function setpass()

{

var load = window.open('setpass.php','','scrollbars=yes,menubar=no,height=400,width=500,resizable=no,toolbar=no,location=no,status=no');

};



function shelp(ez)

{

var load = window.open('shelp.php?topic='+ez,'','scrollbars=yes,menubar=no,height=350,width=610,resizable=no,toolbar=no,location=no,status=no');

};
