function windowReplace( parameters )
{
    var url = "index.php"+parameters+"limit="+document.getElementById('limitSelect').options[document.getElementById('limitSelect').selectedIndex].value;
    window.location.replace( url );
}
