function openArticles(pathPrepend) 
{
	var targetUrl = pathPrepend + "articles/articles.html";
	window.open(targetUrl);
}