function menuAction(tool, n) {
	document.thisForm.action='index.cfm?tool='+tool;
	if (n) document.thisForm.thisID.value = n;
	document.thisForm.submit();
}

