

function openCal (tname, tvalue) {
 calendar_window = window.open('calendar.aspx?formname='+tname+'&date='+ tvalue,'calendar_window','width=220,height=200');
	calendar_window.focus();
}