//<![CDATA[
<!--
	function addcode(was)
	{
		insert = new Array('[b][/b]','[i][/i]','[u][/u]','[quote][/quote]','[center][/center]','[img][/img]','[url][/url]','[url=][/url]','[color=][/color]');
		document.getElementById('msg').value += insert[was];
		document.getElementById('msg').focus();
	}
	function addcolor(wie)
	{
		document.getElementById('msg').value += '[color='+wie+'][/color]';
		document.getElementById('msg').focus();
	}
	function Friend(friendname)
	{
    	document.getElementById('empfData').value=friendname;
	}

//-->
//]]>
