var myFenster = null

function RateMe(LnkNr)
{
myFenster = window.open("lnkRedirect.aspx?LnkId=" + LnkNr,"myFenster");
myFenster.focus();
}