function goHome ()
{
	location.href = "index.html";
}

function goIndex (index, topic)
{
	location.href = "Index_" + index + topic + ".html";
}