function submitMonthYearHidden() {
	document.monthYearHidden.method = "post";
	document.monthYearHidden.action = "index.php?action=hidden5&month=" + document.monthYearHidden.month.value + "&year=" + document.monthYearHidden.year.value;
	document.monthYearHidden.submit();
}
function submitMonthYear() {
	document.monthYear.method = "post";
	document.monthYear.action = "index.php?action=5&month=" + document.monthYear.month.value + "&year=" + document.monthYear.year.value;
	document.monthYear.submit();
}

function change_parent_url(url)
{
	document.location=url;
}
function viewimg(filename, w, h)
{
	win=""+ filename
	size='width='+ w +',height='+ h + ',scrollbars=no,status=no,toolbar=no,menubar=no,top='+ 300 +',left='+ 350
	toopen = open(win, "displayWindow1",size)
}
