var win_nwl;
function go_nwl(regid){
	var quest = "Regionid=" + regid+" ";
	var url = "/service/newsletter/frm_nwl.asp?"+quest;
	if (! win_nwl){
		win_nwl = window.open(url,"nwl_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}else if (win_nwl.closed == false){
		win_nwl.location.href = url;
		win_nwl.focus();
	}else if (win_nwl.closed == true){
		win_nwl = window.open(url,"nwl_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}else{
		win_nwl = window.open(url,"nwl_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}
}

var win_profi;
function go_profi(regid){
	var quest = "Regionid=" + regid+" ";
	var url = "/service/profisuche/frm_profi.asp?"+quest;
	if (! win_nwl){
		win_nwl = window.open(url,"profi_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}else if (win_nwl.closed == false){
		win_nwl.location.href = url;
		win_nwl.focus();
	}else if (win_nwl.closed == true){
		win_nwl = window.open(url,"profi_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}else{
		win_nwl = window.open(url,"profi_Anfrage","width=650,height=600,resizable=no,status=yes,scrollbars=yes,screenX=100,screenY=100");
		win_nwl.focus();
	}
}
