/* **  per il messalino *** */

function openTestoCalend (protocollo) {
	var win = window.open ('/ced/rsync/Testi/'+protocollo+'.htm', "CALENDTESTO", "width=550,height=450,scrollbars=yes");
	win.focus();
	return(false);
} // openTestoCalend

function openCommmCalend (protocollo) {
	var win = window.open ('/ced/rsync/Commenti/'+protocollo+'.htm', "CALEND", "width=550,height=450,scrollbars=yes");
	win.focus();
	return(false);
} //openCommmCalend

