function goToPage(pg)
{
	window.location = 'index.php?page=' + pg ;
}
function goToAnchor(anc)
{
	window.location = anc ;
}
