function changePage( page ) 
{
  document.getElementById(idHidUpdList).value = page;
  __doPostBack(idUpdList);
}


