function getPatronymics() {

		getDirs();
		getArea();

	if (thisArea == "")	{
		thisFile = rootDir + "/patronymics/" + "patronymicsIndex.htm";
	} else {
		thisFile = rootDir + "/patronymics/" + thisArea + "/townshipIndex.htm";
	}
	document.location.href = thisFile;

}

