Таблица JavaScript показывает только первые N Row

$('table tr:gt(1)').hide();// :gt selector has 0 based index
Awful Albatross