function NavLista(val){
	if (val != ""){
		document.location ="/grupper/presentation.asp?id_grupp="+val;
	}
}
