strEmail = 'l.k' + 'iev' + 'it@' + 'chel' + 'lo.nl';
strLastMod = '';

function email(strText)
	{
	if (strText == '')
		{ strText = strEmail };
		
	return '<' + 'a class="menH" title="send email" hre' + 'f="mai' + 'lto:' + strEmail + '">' + strText +'</a>';
	};
function version()
	{
	if (strLastMod != '')
		{ return '<a class="menH" title="changelog @ the end of the net" href="http://www.the-end-of-the.net/changelog">' + strLastMod + '</a>' }
	else
		{ return '' };
	};
function klapInUit(strIdx)
	{ 
		with (document.getElementById('sr_' + strIdx))
			{
				if (style.display == 'block')
					{
						style.display = 'none'
						document.getElementById('lnk_' + strIdx).innerHTML = '&#8711;';
						document.getElementById('lnk_' + strIdx).className = 'ioo';
					}
				else
					{ 
						style.display = 'block'
						document.getElementById('lnk_' + strIdx).innerHTML = '&#916;';
						document.getElementById('lnk_' + strIdx).className = 'ioi';
				};
			};
	};

