var myWindow = null

function Liliput_Empfehlung(LnkNr)
{
myWindow = window.open("http://kinderbetreuung.liliput.ch/empfehlung.aspx?Id=" + LnkNr,"myFenster");
myWindow.focus();
}