var JetztPage = Class.create(JetztAjax, {	
	showInfo: function(userid) { 
	    $("info_"+userid).style.display="block";
	},
	showAvatar: function(userid) { 
	    $("info_"+userid).style.display="none";
	}
});
