// JavaScript Document
function changeContent(sLink)
{
	document.location = sLink+'.php';
}
