<!--
var id, pid, sid;
function notloggedinPop(id, pid, sid)
{
	tb_show("ayongo :: Nicht eingeloggt", "popup_nl.php?id="+ id +"&pid="+ pid + "&sid=" + "&height=100&width=300", "");
	document.getElementById('experts').checked = false;
}
//-->