function allerA(desti) {
	if(desti!="") {
		if(document.all) {history.next="../"+desti}
		top.location="../"+desti
	}
	else {document.forms['navig'].page.selectedIndex=0}
}

