function chPage(index)
{
document.getElementById('index').value=index;
document.getElementById('submit').click();
}

