function egerbe()
{
document.body.style.cursor = 'pointer';
}

function egerki()
{
document.body.style.cursor = 'auto';
}

function ajanlat_on(x)
{
egerbe();
document.getElementById('ajanlatok_kep_'+x).src='/cont/ajanlatok_nyil_on.png';
document.getElementById('ajanlatok_'+x).style.backgroundImage='url(/cont/ajanlatok_top_on.png)';
document.getElementById('ajanlatok_'+x).style.backgroundColor='#d2e3da';
document.getElementById('ajanlatok_tr_'+x).style.backgroundImage='url(/cont/ajanlatok_bottom_on.png)';
}

function ajanlat_out(x)
{
egerki();
document.getElementById('ajanlatok_kep_'+x).src='/cont/ajanlatok_nyil.png';
document.getElementById('ajanlatok_'+x).style.backgroundImage='url(/cont/ajanlatok_top.png)';
document.getElementById('ajanlatok_'+x).style.backgroundColor='#f6f6f6';
document.getElementById('ajanlatok_tr_'+x).style.backgroundImage='url(/cont/ajanlatok_bottom.png)';
}

gomballas1=1;
gomballas2=1;
gomballas3=1;
gomballas4=1;



oldtopmenu=0;
oldfomenu=0;
friss=0;
function topmenu_be(x)
{
if (oldtopmenu!=0)
{
document.getElementById("topmenu"+oldtopmenu).style.display="none";
}
document.getElementById("topmenu"+x).style.display="";
oldtopmenu=x;
friss=1;
}

function fomenu_be(x)
{
if (oldfomenu!=0)
{
document.getElementById("fomenu"+oldfomenu).style.display="none";
}
document.getElementById("fomenu"+x).style.display="";
oldfomenu=x;
friss=2;
}

