function showUserDetails(userID){
	window.location = ("newMiPlace.php?uid="+userID);
	
}