function page(value_p)
{
document.forms['list'].pg.value = value_p;
document.forms['list'].submit();
}
