	var selected_main="";
	var subnav_count="";
	I_deutsch = new Image();
	I_english = new Image();
	I_soap = new Image();
	I_services = new Image();
	I_company = new Image();
	I_contact = new Image();
	I_glossary = new Image();
	I_imprint = new Image();
	I_imprint_bottom = new Image();
	I_privacy_policy = new Image();
	I_home = new Image();
	I_deutsch.src="images/navigation/deutsch_1.gif"
	I_english.src="images/navigation/english_1.gif"
	I_soap.src="images/navigation/soap_1.gif"
	I_services.src="images/navigation/services_1.gif"
	I_company.src="images/navigation/company_1.gif"
	I_contact.src="images/navigation/contact_1.gif"
	I_glossary.src="images/navigation/glossary_1.gif"
	I_imprint.src="images/navigation/imprint_1.gif"
	I_imprint_bottom.src="images/navigation/imprint_bottom_1.gif"
	I_privacy_policy.src="images/navigation/privacy_policy_1.gif"
	I_home.src="images/navigation/home_1.gif"


	O_deutsch = new Image();
	O_english = new Image();
	O_soap = new Image();
	O_services = new Image();
	O_company = new Image();
	O_contact = new Image();
	O_glossary = new Image();
	O_imprint = new Image();
	O_imprint_bottom = new Image();
	O_privacy_policy = new Image();
	O_home = new Image();
	O_deutsch.src="images/navigation/deutsch_0.gif"
	O_english.src="images/navigation/english_0.gif"
	O_soap.src="images/navigation/soap_0.gif"
	O_services.src="images/navigation/services_0.gif"
	O_company.src="images/navigation/company_0.gif"
	O_contact.src="images/navigation/contact_0.gif"
	O_glossary.src="images/navigation/glossary_0.gif"
	O_imprint.src="images/navigation/imprint_0.gif"
	O_imprint_bottom.src="images/navigation/imprint_bottom_0.gif"
	O_privacy_policy.src="images/navigation/privacy_policy_0.gif"
	O_home.src="images/navigation/home_0.gif"
	
	function changeimg(imgno,imgobj) {
		var bild=eval(imgobj);
		if (imgno!=selected_main){
			document.images[imgno].src = bild.src;
		}
	}
	
	function name_register(thename,subnavcount){
		selected_main=thename;
		subnav_count=subnavcount
		if (thename!=''){
			var bild=eval("I_"+thename);
			document.images[thename].src = bild.src;
		}
	}

	function change_nav(thename){
		top.window.navframe.location.href=thename;
	}
	
	function change_content(thename){
		top.window.contentbody.location.href=thename;
	}

	function change_subnav(sublink){
		if (!document.layers){
			for (i=1;i<=subnav_count;i++){
				var myobj=eval(document.getElementById('l'+i));
				myobj.className="subnav";

			}
			sublink.className='subnav_aktiv'; 
		}
	}

