function enlarge( theLink ) {
		window.open( theLink, "larger", "width=600,height=400" );
}

function popUp( theLink ) {
		window.open( theLink, 'calitem','width=350,height=250,scrollbars=yes,resizable=yes');
}

function go(theSec) {
	document.location.href = theSec.options[theSec.selectedIndex].value;
}
