document.write('<UL Class="Menu">    ')

document.write('    <LI>    ')
document.write('        <SPAN CLASS="MenuHeight">   ')
document.write('            <A HREF="index.php" onFocus="this.blur();" >Főoldal</A>   ')
document.write('        </SPAN> ')
document.write('    </LI>   ')

document.write('    <LI>')
document.write('        <SPAN CLASS="MenuHeight">   ')
document.write('            <A HREF="News_2010.php" onFocus="this.blur();" >2010. év hírei</A>  ')
document.write('        </SPAN> ')
document.write('    </LI>   ')

document.write('    <LI>')
document.write('        <SPAN CLASS="MenuHeight">   ')
document.write('            <A HREF="Introduction.php" onFocus="this.blur();" >Bemutatkozás</A>  ')
document.write('        </SPAN> ')
document.write('    </LI>   ')

document.write('    <LI>    ')
document.write('        <SPAN CLASS="MenuHeight">   ')
document.write('            <A HREF="Publicity.php" onFocus="this.blur();" >Közhasznú munkánk</A>   ')
document.write('        </SPAN> ')
document.write('    </LI>   ')

document.write('    <LI>    ')
document.write('        <SPAN CLASS="MenuHeight">   ')
document.write('            <A HREF="Comments.php" onFocus="this.blur();" >Hozzászólások</A>   ')
document.write('        </SPAN> ')
document.write('    </LI>   ')

document.write('</UL>   ')

