<!--
// *****************************************************************************
// **      JavaScript Tree Menu Copyright Net Explorers Ltd 2001              **
// *****************************************************************************
thisPage='menu.htm';

// 
function validaReset() {
	if (confirm('Segur que vols posar-los tots a NO CONVOCATs?')) {
		//alert('OK');
		window.location = "resetdata.php"
	}
	else {
		//alert('nook');
		window.location = "index.php"
	}
}

function setCheckbox() {
	var myTxt = document.getElementById('sendto');
	//alert(myTxt.value);
	if (myTxt.value != "") {
		document.getElementById('admonly').checked = true;
		//document.getElementById('admonly').value = 'Y';
	}
	else {
		document.getElementById('admonly').checked = false;
		//document.getElementById('admonly').innerHTML = 'N';
	}
}

//-->


