function toggleOther1(chosen) {
	if (chosen == 'other1') {
	  document.epireq.other1.style.visibility = 'visible';
	}
	else {
	  document.epireq.other1.style.visibility = 'hidden';
	  document.epireq.other1.value = '';
	}
}

function toggleOther2(chosen) {
	if (chosen == 'other2') {
	  document.epireq.other2.style.visibility = 'visible';
	}
	else {
	  document.epireq.other2.style.visibility = 'hidden';
	  document.epireq.other2.value = '';
	}
}

function toggleOther3(chosen) {
	if (chosen == 'other3') {
	  document.epireq.other3.style.visibility = 'visible';
	}
	else {
	  document.epireq.other3.style.visibility = 'hidden';
	  document.epireq.other3.value = '';
	}
}

function toggleOther4(chosen) {
	if (chosen == 'other4') {
	  document.epireq.other4.style.visibility = 'visible';
	}
	else {
	  document.epireq.other4.style.visibility = 'hidden';
	  document.epireq.other4.value = '';
	}
}

function toggleOther5(chosen) {
	if (chosen == 'other5') {
	  document.epireq.other5.style.visibility = 'visible';
	}
	else {
	  document.epireq.other5.style.visibility = 'hidden';
	  document.epireq.other5.value = '';
	}
}

function toggleOther6(chosen) {
	if (chosen == 'other6') {
	  document.epireq.other6.style.visibility = 'visible';
	}
	else {
	  document.epireq.other6.style.visibility = 'hidden';
	  document.epireq.other6.value = '';
	}
}

function toggleOther7(chosen) {
	if (chosen == 'other7') {
	  document.epireq.other7.style.visibility = 'visible';
	}
	else {
	  document.epireq.other7.style.visibility = 'hidden';
	  document.epireq.other7.value = '';
	}
}

function toggleOther8(chosen) {
	if (chosen == 'other8') {
	  document.epireq.other8.style.visibility = 'visible';
	}
	else {
	  document.epireq.other8.style.visibility = 'hidden';
	  document.epireq.other8.value = '';
	}
}

function toggleOther9(chosen) {
	if (chosen == 'other9') {
	  document.epireq.other9.style.visibility = 'visible';
	}
	else {
	  document.epireq.other9.style.visibility = 'hidden';
	  document.epireq.other9.value = '';
	}
}

function toggleOther10(chosen) {
	if (chosen == 'other10') {
	  document.epireq.other10.style.visibility = 'visible';
	}
	else {
	  document.epireq.other10.style.visibility = 'hidden';
	  document.epireq.other10.value = '';
	}
}

function toggleOther11(chosen) {
	if (chosen == 'other11') {
	  document.epireq.other11.style.visibility = 'visible';
	}
	else {
	  document.epireq.other11.style.visibility = 'hidden';
	  document.epireq.other11.value = '';
	}
}

function toggleOther12(chosen) {
	if (chosen == 'other12') {
	  document.epireq.other12.style.visibility = 'visible';
	}
	else {
	  document.epireq.other12.style.visibility = 'hidden';
	  document.epireq.other12.value = '';
	}
}

function toggleOther13(chosen) {
	if (chosen == 'other13') {
	  document.epireq.other13.style.visibility = 'visible';
	}
	else {
	  document.epireq.other13.style.visibility = 'hidden';
	  document.epireq.other13.value = '';
	}
}

function toggleOther14(chosen) {
	if (chosen == 'other14') {
	  document.epireq.other14.style.visibility = 'visible';
	}
	else {
	  document.epireq.other14.style.visibility = 'hidden';
	  document.epireq.other14.value = '';
	}
}

function toggleOther15(chosen) {
	if (chosen == 'other15') {
	  document.epireq.other15.style.visibility = 'visible';
	}
	else {
	  document.epireq.other15.style.visibility = 'hidden';
	  document.epireq.other15.value = '';
	}
}

function toggleOther16(chosen) {
	if (chosen == 'other16') {
	  document.epireq.other16.style.visibility = 'visible';
	}
	else {
	  document.epireq.other16.style.visibility = 'hidden';
	  document.epireq.other16.value = '';
	}
}

