	merker=new Array();
	
function NeueFarbe(Nr,col) {
	if (merker[Nr]) {
	    col='#3A3A3A';
		merker[Nr]=0;
	} else {
		merker[Nr]=1;
	}
	
	TDID="box"+Nr;
	if (document.all && !document.getElementById) // IE 4
	{
		document.all[TDID].style.backgroundColor=col;
	}
	if (document.getElementById) // IE 5.x und NN 6
	{
		document.getElementById(TDID).style.backgroundColor=col;
		document.getElementById(TDID).focus();
	}
}

function np(userid) {
	return nickpage(userid);
}

function nickpage(userid) {
	window.open('community_nickpage163e.html?besitzer_id='+userid,'np'+userid,'width=520,height=600,scrollbars=yes');
	return false;
}
 
function message(userid) {  
		window.open('community_message0533.html?message_to='+userid,'msg','width=520,height=480,scrollbars=yes');
}		 

function uo() {
	useronline();
}

function useronline() {
 online=window.open('community_user_online.html','online','width=230,height=300,scrollbars=yes');
} 

function makeFriend(friendid) {  

		window.open('community_make_friende2a8.html?str_action=add&amp;friend_id='+friendid,'msg','width=200,height=200');

}		 

function editfriends() {
 friends=window.open('community_friend_edit.html','friends','width=230,height=300,scrollbars=yes');
} 

function deaktivieren() {
 deaktivieren=window.open('community_user_deaktivieren.html','deaktivieren','width=300,height=400,scrollbars=yes,resizable=yes');
} 

