/* function click() {
   if (event.button==2) {
	if (lang == 'de')
		{alert('Copyright 2005 - Das BUCH Familie Portal. Geschützt gegen die Kopierung.')}
		else
			{if (lang == 'en')
				{alert('Copyright 2005 - The BUCH Portal. Protected against copying.')}
				else
					{alert('Copyright 2005 - BUCH-portalen. Beskyttet mod kopiering.')}
			}
}
}
document.onmousedown=click
// -->  */
