function menu(){

document.write('<div class="main-navigation">');

document.write('<div class="round-border-topright"></div>');
document.write('<h1 class="first">General</h1>');

document.write('<dl class="nav3-grid">');
document.write('<dt><a href="index.html">Home</a></dt>');
document.write('<dt><a href="calls.html">Calls</a></dt>');		
document.write('<dt><a href="cva_call.html">CVA Workshop</a></dt>');
document.write('<dt><a href="iemmm_call.html">IEM3 Workshop</a></dt>');
document.write('<dt><a href="soinn_call.html">SOINN Workshop</a></dt>');		
document.write('<dt><a href="organization.html">Organization</a></dt>');
document.write('<dt><a href="contacts.html">Contacts</a></dt>');
document.write('<dt><a href="prEvents.html">Previous events</a></dt>');
document.write('</dl>');

document.write('<div class="round-border-topright"></div>');
document.write('<h1 class="first">Authors\' Info</h1>');

document.write('<dl class="nav3-grid">');
document.write('<dt><a href="dates.html">Important dates</a></dt>');
document.write('<dt><a href="submission.html">Submission</a></dt>');	
document.write('<dt><a href="proceedings.html">Proceedings</a></dt>');
document.write('<dt><a href="bestpaper.html">Best Paper Award</a></dt>');
document.write('<dt><a href="grants.html">Grants</a></dt>');
document.write('<dt><a href="issues.html">Special Issues</a></dt>');
document.write('</dl>');

document.write('<div class="round-border-topright"></div>');
document.write('<h1 class="first">Program</h1>');

document.write('<dl class="nav3-grid">');
document.write('<dt><a href="program.html">Program</a></dt>');
document.write('<dt><a href="keynotes.html">Keynotes</a></dt>');
document.write('<dt><a href="tutorials.html">Tutorials</a></dt>');
document.write('</dl>');

document.write('<div class="round-border-topright"></div>');
document.write('<h1 class="first">Participants</h1>');

document.write('<dl class="nav3-grid">');
document.write('<dt><a href="registration.html">Registration</a></dt>');
document.write('<dt><a href="venue.html">Conference venue</a></dt>');
document.write('<dt><a href="tourism.html">Tourism</a></dt>');
document.write('</dl>');

document.write('</div>');
}

function extrasLinks(){
document.write('<dt><a href="camera.html">AuthorInfo Camera-ready info</a></dt>');

document.write('<dt><a href="detailedProgram.html">Program Detailed Program</a></dt>');
document.write('<dt><a href="panels.html">Panels</a></dt>');
document.write('<dt><a href="workshops.html">Workshops</a></dt>');
document.write('<dt><a href="socEvents.html">Social Events</a></dt>');

document.write('<dt><a href="accommodation.html">Participants Accommodation</a></dt>');

}
