// form1.js
function ckDstn(ckArea)
{
	if (ckArea != "none" && ckArea != "")
	{
		loadArr(document.details.area[document.details.area.selectedIndex].value);
	}
	else if (ckArea == "none")
		window.alert("Please select a specific destination from the dropdown list.");
		document.details.tlocation.length = 1;
	if (document.details.tdropoff) {if (document.details.tdropoff.length) {document.details.tdropoff.length = 1;}}
}