function GoListPage(page){
	document.SearchForm.nobide.value=page;
	document.SearchForm.submit();
}

function GoPage(page){
	document.FMekl.page.value=page;
	document.FMekl.submit();
	return false;
}

function epasts(a, b){
	window.location.href='mailto:'+a+'@'+b;
}