function hilite(acttab) {

var color1 = '#E1F6F8';

if (acttab=='omv'){
	document.getElementById(102).style.backgroundColor=color1;
	document.getElementById(125).style.backgroundColor=color1;
	document.getElementById(126).style.backgroundColor=color1;
}

else if (acttab=='mow'){
	document.getElementById(104).style.backgroundColor=color1;
	document.getElementById(107).style.backgroundColor=color1;
}
else if (acttab=='beb'){
	document.getElementById(113).style.backgroundColor=color1;
	document.getElementById(114).style.backgroundColor=color1;
	document.getElementById(119).style.backgroundColor=color1;
	document.getElementById(120).style.backgroundColor=color1;
}

else if (acttab=='tenp'){
	document.getElementById(101).style.backgroundColor=color1;
	document.getElementById(106).style.backgroundColor=color1;
}

else if (acttab=='rwe'){
	document.getElementById(105).style.backgroundColor=color1;
}

else if (acttab=='sydgas'){
	document.getElementById(108).style.backgroundColor=color1;
}

else if (acttab=='ewe'){
	document.getElementById(109).style.backgroundColor=color1;
}

else if (acttab=='ruhrgas'){
	document.getElementById(110).style.backgroundColor=color1;
	document.getElementById(124).style.backgroundColor=color1;
}

else if (acttab=='wingas'){
	document.getElementById(111).style.backgroundColor=color1;
	document.getElementById(117).style.backgroundColor=color1;
}

else if (acttab=='ooe'){
	document.getElementById(112).style.backgroundColor=color1;
}

else if (acttab=='vng'){
	document.getElementById(115).style.backgroundColor=color1;
}

else if (acttab=='hgw'){
	document.getElementById(117).style.backgroundColor=color1;
}

else if (acttab=='wfg'){
	document.getElementById(121).style.backgroundColor=color1;
	document.getElementById(122).style.backgroundColor=color1;
}

else if (acttab=='0'){
	document.getElementById(101).style.backgroundColor='';
	document.getElementById(102).style.backgroundColor='';
//	document.getElementById(103).style.backgroundColor='';
	document.getElementById(104).style.backgroundColor='';
	document.getElementById(105).style.backgroundColor='';
	document.getElementById(106).style.backgroundColor='';
	document.getElementById(107).style.backgroundColor='';
	document.getElementById(108).style.backgroundColor='';
	document.getElementById(109).style.backgroundColor='';
	document.getElementById(110).style.backgroundColor='';
	document.getElementById(111).style.backgroundColor='';
	document.getElementById(112).style.backgroundColor='';
	document.getElementById(113).style.backgroundColor='';
	document.getElementById(114).style.backgroundColor='';
	document.getElementById(115).style.backgroundColor='';
	document.getElementById(116).style.backgroundColor='';
	document.getElementById(117).style.backgroundColor='';
	document.getElementById(118).style.backgroundColor='';
	document.getElementById(119).style.backgroundColor='';
	document.getElementById(120).style.backgroundColor='';
	document.getElementById(121).style.backgroundColor='';
	document.getElementById(122).style.backgroundColor='';
	document.getElementById(123).style.backgroundColor='';
	document.getElementById(124).style.backgroundColor='';
	document.getElementById(125).style.backgroundColor='';
	document.getElementById(126).style.backgroundColor='';
}
}

