function OpenLexicon () {
  	LexiWindow = window.open("/cms/?cmd=lexicon&letter=a,b,c", "Lexicon", 'width=593,height=430,resizable=no,scrollbars=no'); 
	LexiWindow.moveTo((screen.Width-570)/2,(screen.Height-600)/2);
	LexiWindow.focus();
}
function OpenDownload () {
  	DownloadWindow = window.open("/cms/?uuid=8C19E9975056AD1948566C63214057DC&cmd=download&tab=Gesch%C3%A4ftsbedingungen", "DownloadCenter", 'width=790,height=430,resizable=no,scrollbars'); 
  	DownloadWindow.moveTo((screen.Width-570)/2,(screen.Height-600)/2);
	DownloadWindow.focus();
}