	titel = 'DarXity - GothicCommunity';

	function notexte() {
			parent.haupt_info.document.getElementById("txt").firstChild.nodeValue = titel;
			
			}
	function texte(titel0) {
			parent.haupt_info.document.getElementById("txt").firstChild.nodeValue = titel0;
		}
	function user(ident) {
			newwindow = window.open("file/userprofile/index.php?id="+ident+"","Userprofil","toolbar=no,status=no,menubar=no,width=550,height=550");
		}