function changePage( strPage )
{
	document.location = "/content/"+strPage;
}

