function LightMenu(selLine){
	selLine.style.backgroundColor = 'aaaaaa';
}

function LightMenuGS(selLine){
	selLine.style.backgroundColor = 'E6C4C7';
}

function LightMenuLS(selLine){
	selLine.style.backgroundColor = 'F4E9CA';
}

function LightMenuLH(selLine){
	selLine.style.backgroundColor = 'E2EED5';
}

function LightMenuData(selLine,selcolor){
	selLine.style.backgroundColor = selcolor;
}

function unLight(selLine){
	selLine.style.backgroundColor ='';
}

function confirmDeletion(usr,acs){
	confirmation = confirm("Sind Sie sicher dass Sie Ihr Suchabo löschen wollen?");
	if(confirmation){
		window.location = "?sel=&sub=newsletter&sub2=nsMng&ac=delete&usr="+usr+"&acs="+acs;
	}
}
