/* Neues Fenster 800x600 mit Toolbar und Location */

function openwindow(url)
		{
			var mywindow=window.open(url,'Newwindow','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600');
				mywindow.focus();
		}
		
	function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}