function changeBackground(sender) {
	sender.parentNode.className="navicoloractive";
}
function restoreBackground(sender) {
	sender.parentNode.className="navicolor";
}

function changeTD(ID,COUNT){
	for(i = 0; i < COUNT ;i++){
		document.getElementById('leftcell_'+ i).style.backgroundColor = '#2B2A1A';
		document.getElementById('rightcell_'+ i).style.backgroundColor = '';					
	}			
	document.getElementById('leftcell_'+ ID).style.backgroundColor = '#B1196F';
	document.getElementById('rightcell_'+ ID).style.backgroundColor = '#DADADA';	
}	


window.defaultStatus ="LOGICAL ARTS | webservices hamburg";