// Ferenczi László 2004
i=0
j=0
irany="e"
function fel(k)
   {k.style.backgroundColor="#FFFF00"
    if (k==c1) 
       {i=0*148+(148-labda.width)/2
        labda.style.left=i
        window.clearTimeout(kid)}
    if (k==c2) 
        {i=1*148+(148-labda.width)/2
         labda.style.left=i
         window.clearTimeout(kid)}
    if (k==c3) 
       {i=2*148+(148-labda.width)/2
        labda.style.left=i
        window.clearTimeout(kid)}
   }	 
function le(k)
   {k.style.backgroundColor="3BBAFB"
    kid=window.setTimeout("mozog()",10)
   }
function mozog()
   { 
    labda.style.left=i;labda.style.right=j   
    if (irany=="e") i++
       else i--
    if (i>=740-labda.width) 
       {irany="v"
        labda.src="/focsona1.gif"}
    if (i<=0) 
       {irany="e"
        labda.src="/focsona2.gif"}
    kid=window.setTimeout("mozog()",10)
   }

document.write('<div align="center">')
document.write('  <center>')
document.write('  <table cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="740" id="AutoNumber5" height="24">')
document.write('    <tr>')
document.write('      <td id="c1" width="20%" bgcolor="#3BBAFB" align="center" style="border-style: groove; border-width: 3">')
document.write('      <a onmouseover="fel(c1)" onmouseout="le(c1)" class="fmenu" href="/tiszato/tiszato.htm">')
document.write('      Tisza-tó</a></td>')
document.write('      <td id="c2" width="20%" bgcolor="#3BBAFB" align="center" style="border-style: groove; border-width: 3">')
document.write('      <a onmouseover="fel(c2)" onmouseout="le(c2)"  class="fmenu" href="/keptarh/keptarh.htm">')
document.write('      Képtár</a></td>')
document.write('      <td id="c3" width="20%" bgcolor="#3BBAFB" align="center" style="border-style: groove; border-width: 3">')
document.write('      <a onmouseover="fel(c3)" onmouseout="le(c3)" class="fmenu" href="/szallas/szallas.htm">')
document.write('      Szálláshely</a></td>')
document.write('      <td id="c4" width="40%" bgcolor="#AFD3ED" align="center">')
document.write('        <a href="/szallas/szallas.htm">')
document.write(' 		<img border="0" src="/mvhaz.jpg" width="296" height="24"></a></td>') 
document.write('    </tr>')
document.write('  </table>')
document.write('  </center>')
document.write('</div>')

mozog()