function click_button(link)
{
        document.location.href="?page="+link;
}
