function openGallery() {
	var oWin = window.open ('Gallerie.html', 'Gallery', 'menubar=no,location=no,scrollbars=no,status=no,toolbar=no,resizable=no,width=520,height=550');
	if (oWin && oWin.focus) oWin.focus();
}
