// Menus here:
var finland = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="finland_general.html">General Information</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="finland_pictures.html">Pictures</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="finland_timezones.html">Time Zones</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="finland_tours.html">Pre and Post Congress Tours</a></div>';

var scientific = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_satellite.html">Satellite Workshops </a><br> &nbsp;&nbsp;<img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_veterinary.html">Veterinary HV satellite workshop</a><br>                      &nbsp;&nbsp;<img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_vaccines.html">Herpes Vaccine Satellite Workshop</a><br>&nbsp;&nbsp;<img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_vzv.html">VZV</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_schedule.rtf">Schedule of events (RTF)</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="scientific_schedule.pdf">Schedule of events (PDF)</a></div>';

var abstracts = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="abstracts_formatting.html">Abstract and Poster Formatting </a><br> <img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="abstracts_submission.html">Abstract Submission Procedure </a><br>                      <img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="abstracts_topics.html">Abstract Topics </a><br></div>';

var excursions = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="excursions_accompanying.html">Accompanying personīs Tours</a></div>';

var registration = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="registration_ihw2005.pdf" target="_blank">Print registration form (PDF file)</a><br><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="registration_form.html">Register Online Now </a><br>          <img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="registration_honoraria.html">Travel honoraria </a></div>';

var travel = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="travel_local.html">Local Travel and Car Rental</a><a href="registration_honoraria.html"></a></div>';

var sponsorship = '<div align="left"><img src="laatikko_off.gif" width="10" height="10" border="0" align="absbottom"> <a href="sponsorship_form.pdf" target="_blank">Sponsorship Form </a><a href="registration_honoraria.html"></a></div>';

// Function that shows a menu by the onLoad in the body-tag
function naytaMenu(sisalto) {
	document.getElementById('menulayer').innerHTML = sisalto;
	return true;
}