function goToNews(Id,formName,controlName)
{
	document.getElementById(controlName).value=Id;
	document.getElementById(formName).submit();
}
function goToPage(month,year)
{
	document.getElementById('newsYear').value=year;
	document.getElementById('newsMonth').value=month;
	document.formMonth.submit();
}
function goToPage2(month,year)
{
	document.getElementById('articleYear').value=year;
	document.getElementById('articleMonth').value=month;
	document.formMonth.submit();
}