function bookmark()
{
window.external.AddFavorite("http://www.bankut.hu","Bánkút Síklub")
}
function tomb()
{
return this ;
}
menu = new tomb() ;
menuv = new tomb() ;
for (x=0;x<10;x++)
{
menu[x] = new Image() ; menu[x].src = "/gfx/menu"+(x+1)+".gif" ;
menuv[x] = new Image() ; menuv[x].src = "/gfx/menu"+(x+1)+"v.gif" ;
}
function menuover(szam)
{
nev="menu"+szam ;
document.images[nev].src = menuv[szam-1].src ;
}
function menuout(szam)
{
nev="menu"+szam ;
document.images[nev].src = menu[szam-1].src ;
}

function sifuto()
{
	window.open("http://www.bankut.hu/page/sifuto.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=478,height=313,scrollbars=0") ;
}

function felvono()
{
	window.open("http://www.bankut.hu/page/felvonok.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=504,height=397,scrollbars=0") ;
}

function kolcsonzo()
{
	window.open("http://www.bankut.hu/page/kolcsonzo.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=313,height=368,scrollbars=0") ;
}

function sipalyak()
{
	window.open("http://www.bankut.hu/page/siterkep.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=920,height=430,scrollbars=0") ;
}

function webcam()
	{ window.open("http://www.bankut.hu/page/webcam.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=450,height=340,scrollbars=0") ;
}