
function tcfpostload() {
	if (document.getElementById) {
		mysel = document.getElementById("selectcontinent-sel");
		if (mysel) mysel.selectedIndex = 3;
		tcfgotozone(1, 496);
//		if (mysel) mysel.selectedIndex = 1;
//		tcfgotozone(1, 364);
	}
}

