function MM_openBrWindow(theURL,winName,features)
{
	fenster = window.open(theURL,winName,features);
	fenster.focus();
	return false;
}

