function gotopage(id)
{
		location.href='/page.php?id='+id;
}
