// JavaScript Document

   	function FensterOeffnen(href)
	{
		popup = window.open(href,'','width=960,height=658,scrollbars=no,resizable=no,toolbar=no,status=yes');
		popup.focus();
	}