function popup (ArtikelID) {
 fenster=window.open("http://www.teddy-hermann.de/articles/pic_600_"+ArtikelID+".jpg", "_blank", "width=620,height=620,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}

function ClubEditionsDe () {
 fenster=window.open("http://www.teddy-hermann.de/content/club_editions.php?language=de&", "_blank", "width=520,height=580,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}

function ClubEditionsEn () {
 fenster=window.open("http://www.teddy-hermann.de/content/club_editions.php?language=en&", "_blank", "width=520,height=580,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}

function catalogue_functions (command) {
	if (command == "open"){
		document.getElementById('catalogue_functions_open').style.display = '';
		document.getElementById('catalogue_functions_closed').style.display = 'none';
	}else if (command == "close"){
		document.getElementById('catalogue_functions_open').style.display = 'none';
		document.getElementById('catalogue_functions_closed').style.display = '';
	}
}

function order_functions (command) {
	if (command == "open"){
		document.getElementById('order_functions_open').style.display = '';
		document.getElementById('order_functions_closed').style.display = 'none';
	}else if (command == "close"){
		document.getElementById('order_functions_open').style.display = 'none';
		document.getElementById('order_functions_closed').style.display = '';
	}
}

function showNewsBitmaps (newsId, language) {
 fenster=window.open("http://www.teddy-hermann.de/content/newsbitmaps.php?newsId="+newsId+"&language="+language+"&bitmapNr=1&", "_blank", "width=520,height=580,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}