/*MaBiT menü*/

/*egy karakterlancon belul nem lehet sortores*/


document.write(

'<div id="left">' +

'<h4>The Society</h4>' +
    '<p><a href="index.html">Main page</a></p>' +
   '<p><a href="presidency.html">The Presidency</a></p>' +
    '<p><a href="contact.html">Contacts</a></p>' +

'<h4>Events</h4>' +
    '<p><a href="seminar/index.html">National Bioinformatics Seminar (mainly in Hungarian)</a></p>' +
    '<p><a href="http://www.renyi.hu/conferences/recomb-cg2009/">RECOMB Comparative Genomics 2009</a></p>' +
'</div>' 

);
