<!--
function ListGoToNewPos(href, idNewPos)
{
 window.document.location.href = href + "&" +GetPaggingString() + "&NewPos=" + window.document.getElementById(idNewPos).value;
}
//-->
