function RollOver (element)

   {
       farbe = '#4b84cf';
       element.style.backgroundColor = farbe;
	   textfarbe = '#FFFFFF';
       element.style.color = textfarbe;

   }

function RollOver2 (element)

   {

       farbe = '#000000';
       element.style.backgroundColor = farbe;
	   textfarbe = '#FFFFFF';
       element.style.color = textfarbe;

   }


function fensteropen_message_send(MID) {

	var callmessage = "messageSEND"+MID;
	window.open('http://www.n8l.com/fehler.php', callmessage,'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=350,height=650');

}

function fensteropen_message_get(MID) {

	var callmessage = "messageGET"+MID;
	window.open('http://www.n8l.com/fehler.php', callmessage,'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=350,height=650');

}

function fensteropen_groups_group(GID) {

	var callwindow = "CALLtoWINDOW"+GID;
	window.open('http://www.n8l.com/fehler.php', callwindow,'resizable=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,toolbar=0,width=700,height=700');	

}

function fensteropen_usersave(USER){

	var callwindowUSER = "USERsaveWINDOW"+USER;
	window.open('http://www.n8l.com/fehler.php', callwindowUSER,'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=350,height=650');

}

function fensteropen_myvideo(VIDEO){

	var callwindowVIDEO = "myvideo"+VIDEO;
	window.open('http://www.n8l.com/fehler.php', callwindowVIDEO,'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=650,height=650');

}

function fensteropen_taps(USER){

	var callwindowVIDEO = "tapsTO"+USER;
	window.open('http://www.n8l.com/fehler.php', callwindowVIDEO,'resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=350,height=650');

}

function fensteropen_adm_fotoupload(FENSTERID){

	var callTOwindow = "window"+FENSTERID;
	window.open('http://www.n8l.com/fehler.php', callTOwindow ,'resizable=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,toolbar=0,width=900,height=700');

}


function fensteropen_trouble()
 	{
	window.open('http://www.n8l.com/fehler.php','trouble','resizable=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,toolbar=0,width=600,height=750');	
	}




function fensteropen_link_loader()
 	{
	window.open('http://www.n8l.com/fehler.php','link_loader','resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,toolbar=0,width=1024,height=768');	
	}

function fensteropen_review_showpic(RID){

		var calltarget = "review_showpic"+RID;
		window.open('http://www.n8l.com/fehler.php', calltarget,'resizable=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,toolbar=0,width=1024,height=700');	

}

