﻿/* Sajnos tényleg számít a sortörés, legalábbis egy karakterláncon belül, úgyhogy muszáj soronként összeállítani. De azért így is érthető.
Oda fogja beírni a tartalmat, ahova rakod.
*/


document.write(

        '<h2> The Institute</h2>' +
    '<ul>' +
    '<LI> <A HREF="http://www.renyi.hu/facts.html"> General information </A>' +
    '<LI> <A HREF="http://www.renyi.hu/contact.html"> Contact & Directions </A>' +
     '<li>  <A HREF="http://www.renyi.hu/researchgroups.html"> Research divisions </a>' +
    '<LI> <A href="http://www.renyi.hu/konyvtar/main.html"> Library </A>' +
    '<li><A href="http://www.renyi.hu/studia_main.html">Studia</a>' +
    '<li> Documents (in Hungarian) <br><a href="http://www.renyi.hu/kozerdeku.html"> &Uuml;vegzseb </a>' +
   '</ul>' +

    '<h2>For Members</h2>' + 
    '<ul>' + 
        '<li> <a href="http://www.renyi.hu/szgep.html">Computer HELP</a>' +
        '<li> <a HREF="http://www.renyi.hu/webmail"> WebMail: Read your E-mail </a>' +
        '<li> <A HREF="http://www.renyi.hu/intraweb.html"> Intraweb </a>' +
        '<li> <a href="http://www.renyi.hu/palyazat.html">GRANTS INFO</a>' + 
        '<li> <a href="http://www.renyi.hu/otka.html">OTKA INFO</a>(in Hungarian)' + 
    '</ul>'+

 '<h2>Archives</h2>' +
'<ul>' +
'<LI> <A href="http://www.renyi.hu/conferences.html" > Past conferences </A>' +
'<li> <a HREF="http://www.renyi.hu/renyi_dij.html">The R&eacute;nyi prize (in Hungarian)</a>' +
'<li> <a href="http://www.renyi.hu/~p_erdos">Papers of Paul Erd\u0151s</a>' +
'<LI> <A HREF="http://www.renyi.hu/turanlectures_vk.html" > Paul Tur&aacute;n Memorial Lectures </A>' +
'<LI> <A href="http://www.renyi.hu/links.html"> Links </A>' +
 '</ul>' 

);
