function openDir(form) { 
	var newIndex = form.area.selectedIndex; 
	if (newIndex == 0) window.location = "../gauteng/";
	if (newIndex == 1) window.location = "../eastern-cape/";
	if (newIndex == 2) window.location = "../western-cape/";
	if (newIndex == 3) window.location = "../kwazulu-natal/";
	if (newIndex == 4) window.location = "../free-state/";
	if (newIndex == 5) window.location = "../mpumalanga/";
	if (newIndex == 6) window.location = "../north-west/";
	if (newIndex == 7) window.location = "../limpopo/";
}
function openDirR(form) {
	var newIndex = form.area.selectedIndex;
	if (newIndex == 1) window.location = "gauteng/";
	if (newIndex == 2) window.location = "eastern-cape/";
	if (newIndex == 3) window.location = "western-cape/";
	if (newIndex == 4) window.location = "kwazulu-natal/";
	if (newIndex == 5) window.location = "free-state/";
	if (newIndex == 6) window.location = "mpumalanga/";
	if (newIndex == 7) window.location = "north-west/";
	if (newIndex == 8) window.location = "limpopo/";
}
