function jump(view, url)
{
	if (document.all||document.getElementById)
	{
		month= document.calendar._month.options[document.calendar._month.selectedIndex].value;
		year=  document.calendar._year.options[document.calendar._year.selectedIndex].value;
		return url +'&_month='+ month +'&_year='+ year +'&year_view='+ view;
		}
	}
