function chColor(target) {
  	
	switch (target)
	{
		case "new":
			document.getElementById("new_button").style.color = "#000000";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";
		
			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		case "textec":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#000000";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";
	
			document.getElementById("hitengine_button").style.color = "#B66A6E";
			
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		case "extrakt":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#000000";
			document.getElementById("bestword_button").style.color = "#B66A6E";


			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		case "bestword":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#000000";


			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
	

		case "dl":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";


			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#000000";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
			
		case "trapho":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";

			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#000000";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
			
	
		case "statistik":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";


			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
	
			document.getElementById("trapho_button").style.color = "#B66A6E";
	
			document.getElementById("statistik_button").style.color = "#000000";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		case "partner":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";


			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#000000";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		case "consulting":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";

			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#000000";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;


		case "impressum":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";

			document.getElementById("hitengine_button").style.color = "#B66A6E";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#000000";
			break;
			
		case "hitengine":
			document.getElementById("new_button").style.color = "#B66A6E";
			document.getElementById("textec_button").style.color = "#B66A6E";
			document.getElementById("extrakt_button").style.color = "#B66A6E";
			document.getElementById("bestword_button").style.color = "#B66A6E";

			document.getElementById("hitengine_button").style.color = "#000000";
			document.getElementById("dl_button").style.color = "#B66A6E";
		
			document.getElementById("trapho_button").style.color = "#B66A6E";
		
			document.getElementById("statistik_button").style.color = "#B66A6E";
			document.getElementById("partner_button").style.color = "#B66A6E";
			document.getElementById("consulting_button").style.color = "#B66A6E";
			document.getElementById("impressum_button").style.color = "#B66A6E";
			break;
		default: 
	}
}

function show_titles(s)
{
	switch (s)
	{
	case "textec": 
		top.window.titlelist_a.location = "textec.html";
		break;	
	case "new": 
		top.window.titlelist_a.location = "new.html";
		break;
	case "extrakt": 
		top.window.titlelist_a.location = "extrakt.html";
		top.window.titlelist_b.location = "extrakt_menue.html";
		break;
	case "extrakt_menue":
		top.window.titlelist_a.location = "extrakt_menue.html";
		break;
	case "mehr_extrakt":
		top.window.titlelist_a.location = "mehr_extrakt.html";
		break;
	case "sprachen":
		top.window.titlelist_a.location = "sprachen.html";
		break;

	case "warum":
		top.window.titlelist_a.location = "warum.html";
		break;
	case "funktionen":
		top.window.titlelist_a.location = "funktionen.html";
		break;
	case "nee":
		top.window.titlelist_a.location = "nee.html";
		break;
	case "synonyme":
		top.window.titlelist_a.location = "synonyme.html";
		break;
	case "hapax":
		top.window.titlelist_a.location = "hapax.html";
		break;
	case "stemming":
		top.window.titlelist_a.location = "stemming.html";
		break;
	case "projekte":
		top.window.titlelist_a.location = "projekte.html";
		break;
	case "emir":
		top.window.titlelist_a.location = "emir.html";
		break;
	case "canal":
		top.window.titlelist_a.location = "canal.html";
		break;
	case "vilib":
		top.window.titlelist_a.location = "vilib.html";
		break;
	case "ewrb":
		top.window.titlelist_a.location = "ewrb.html";
		break;
	case "cultos":
		top.window.titlelist_a.location = "cultos.html";
		break;
	case "vial":
		top.window.titlelist_a.location = "vial.html";
		break;
	case "komp-eval":
		top.window.titlelist_a.location = "komp-eval.html";
		break;
	case "lexiquo":
		top.window.titlelist_a.location = "lexiquo.html";
		break;
	case "lexilib":
		top.window.titlelist_a.location = "lexilib.html";
		break;
	case "lexitrans":
		top.window.titlelist_a.location = "lexitrans.html";
		break;
	case "geschwindigkeit":
		top.window.titlelist_a.location = "geschwindigkeit.html";
		break;
	case "partner":
		top.window.titlelist_a.location = "partner.html";
		top.window.titlelist_b.location = "partner_menue.html";
		break;
	case "modul2":
		top.window.titlelist_a.location = "modul2.html";
		break;





	case "bestword": 
		top.window.titlelist_a.location = "bestword.html";
		break;
	case "completeword": 
		top.window.titlelist_a.location = "complete_word.html";
		break;
	
	case "dl": 
		top.window.titlelist_a.location = "dl.html";
		break;
		
	case "hitengine": 
		top.window.titlelist_a.location = "hitengine.html";
		break;

	case "trapho": 
		top.window.titlelist_a.location = "trapho.html";
		break;
	case "trapho_insert": 
		top.window.titlelist_a.location = "trapho_insert.html";
		break;
	case "kontex": 
		top.window.titlelist_a.location = "kontex.html";
		break;
	case "statistik": 
		top.window.titlelist_a.location = "statistik.html";
		break;
	case "partner": 
		top.window.titlelist_a.location = "partner.html";
		break;
	case "consulting": 
		top.window.titlelist_a.location = "consulting.html";
		break;
	case "impressum": 
		top.window.titlelist_a.location = "impressum.html";
		break;

	case "1a": 
		top.window.titlelist_a.location = "1a_connect.html";
		break;
	case "dabis": 
		top.window.titlelist_a.location = "dabis.html";
		break;
	case "eprof": 
		top.window.titlelist_a.location = "eprof.html";
		break;
	case "fotofinder": 
		top.window.titlelist_a.location = "fotofinder.html";
		break;
	case "geotronic": 
		top.window.titlelist_a.location = "geotronic.html";
		break;
	case "im-brain": 
		top.window.titlelist_a.location = "im-brain.html";
		break;
	case "lib-it": 
		top.window.titlelist_a.location = "lib-it.html";
		break;
	case "media-nova": 
		top.window.titlelist_a.location = "media-nova.html";
		break;
	case "ontoprise": 
		top.window.titlelist_a.location = "ontoprise.html";
		break;
	case "pertimm": 
		top.window.titlelist_a.location = "pertimm.html";
		break;
	case "scoutmaster": 
		top.window.titlelist_a.location = "scoutmaster.html";
		break;
	case "oclc": 
		top.window.titlelist_a.location = "oclc.html";
		break;
	case "six": 
		top.window.titlelist_a.location = "six.html";
		break;
	case "spirit": 
		top.window.titlelist_a.location = "technologies.html";
		break;
	case "wmc": 
		top.window.titlelist_a.location = "wmc.html";
		break;
	case "koeln": 
		top.window.titlelist_a.location = "koeln.html";
		break;
	
	case "bundesliga": 
		top.window.titlelist_a.location = "bundesliga.html";
		break;
	case "trapho_projekte": 
		top.window.titlelist_a.location = "trapho_projekte.html";
		break;

	default:
 		window.titlelist_a.location = "textec.html";	
	}
}
function show_info(s)
{

	switch (s)
	{
		
	case "new": 
		top.window.titlelist_b.location = "info_default.html";
		break;
	case "extrakt_menue": 
		top.window.titlelist_b.location = "extrakt_menue.html";
		break;
	case "trapho_projekteRechts": 

		top.window.titlelist_b.location = "trapho_projekte.html";
		break;
	case "partner_menue": 
		top.window.titlelist_b.location = "partner_menue.html";
		break;
	default:

 		top.window.titlelist_b.location = "info_default.html";	
	}

}	
function selektiere_source_language(s)
{
	var i = 0;
	var tmp;
	var sl_auswahl;
	for (i=0;i<3;i++)
	{
		sl_auswahl = document.getElementById("source_language").options[i];
		if (sl_auswahl.value == s)
		{
			// document.getElementById("source_language").options[i].selected = "selected";
			sl_auswahl.selected = "selected";
			sl_auswahl.value = display_language(s);
			tmp = wandle_sprachname(s);
			set_selected_source_language(tmp);
		}
	}
}



