// ie<6, ns<7, op<8 and unknown only, needed for calendar
function tb_show(caption, url, imageGroup) {//function called when the user clicks on a thickbox link
	urlNoQuery = url.split('KeepThis');
	window.location.href = urlNoQuery[0];
	}

