// ffnet das entsprechend verlinkte Fenster in einem neuen popup-Fenster
function popUpWindow(file, width, height, param) {
	options="toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=0";
	if (param) {
		window.open(file +'?actPage=0', 'remote', options + ', width='+ width +', height='+ height +', left=400, top=200, location=0');
	}
	else window.open(file, 'remote', options + ', width='+ width +', height='+ height +', left=400, top=200, location=0');
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
