<!--

self.name = "topwindow";

ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
ie5 = 0;

	var coptimeout = 0;
	var contimeout = 0;
	var kontimeout = 0;
	var tdelay = 50;
	
	function oload() {
		if (document.layers) {
			document.cop.captureEvents(Event.MOUSEOVER);
			document.cop.onmouseover=shownav;
			document.cop.onmouseout=hidenav;
			document.con.captureEvents(Event.MOUSEOVER);
			document.con.onmouseover=shownav;
			document.con.onmouseout=hidenav;
			document.kon.captureEvents(Event.MOUSEOVER);
			document.kon.onmouseover=shownav;
			document.kon.onmouseout=hidenav;

		} else if(document.getElementById && !document.all) {
			// Netscape 6 Borderfix
			//document.getElementById("cop").style.borderWidth="1px"; document.getElementById("cop").style.borderStyle="solid";
			//document.getElementById("con").style.borderWidth="1px"; document.getElementById("con").style.borderStyle="solid";
			//document.getElementById("kon").style.borderWidth="1px"; document.getElementById("kon").style.borderStyle="solid";
		}
	}
	
	function shownav(navname) {
	   	if (navname.length != 3) { navname = this.id; }
		eval("clearTimeout("+navname+"timeout)");
		window.status = "SÜDWEST Consulting Cooperation";
		hideall();
		showobject(navname);
	}
	
	function hidenav(navname) {
		if (navname.length != 3) { navname = this.id; }
		eval(navname+"timeout = setTimeout('hideobject(\""+navname+"\")',tdelay)");
		window.status = "SÜDWEST Consulting Cooperation";
		hideobject(navname);
	}
	
	function hideall() {
		hideobject('cop'); hideobject('con');
		hideobject('kon');
	}
	
	function hideobject(objname) {
		if (document.all) { //IE
		    document.all[objname].style.visibility="hidden";
			eval('document.all.'+objname+'.style.visibility="hidden"');
		} 
		if (document.layers) { //NS
		     document.layers[objname].visibility="hide";
		         eval('document.'+objname+'.document.visibility="hide"');
	  	    }   
		if (document.getElementById) { document.getElementById(objname).style.visibility="hidden"; }
	}
	
	function showobject(objname) {
		if (document.all) {
	        document.all[objname].style.visibility="visible";
	        eval('document.all.'+objname+'.style.visibility="visible"');
		}
		if (document.layers) {
		   document.layers[objname].visibility="show";
		   eval('document.'+objname+'.document.visibility="show"');
		}	  
		if (document.getElementById) { document.getElementById(objname).style.visibility="visible"; }
	}

  N1 = new Image(); 
  N1.src = "/images/n_home_n.gif";
  H1 = new Image(); 
  H1.src = "/images/n_home_h.gif";
  
  N2 = new Image(); 
  N2.src = "/images/n_coporation_n.gif";
  H2 = new Image(); 
  H2.src = "/images/n_coporation_h.gif";
  
  N3 = new Image(); 
  N3.src = "/images/n_consulting_n.gif";
  H3 = new Image(); 
  H3.src = "/images/n_consulting_h.gif";

  N4 = new Image(); 
  N4.src = "/images/n_cooperation_n.gif";
  H4 = new Image(); 
  H4.src = "/images/n_cooperation_h.gif";
  
  N5 = new Image(); 
  N5.src = "/images/n_kontakt_n.gif";
  H5 = new Image(); 
  H5.src = "/images/n_kontakt_h.gif";

  N6 = new Image(); 
  N6.src = "/images/n_historie_n.gif";
  H6 = new Image(); 
  H6.src = "/images/n_historie_h.gif";

  N7 = new Image(); 
  N7.src = "/images/n_philosophie_n.gif";
  H7 = new Image(); 
  H7.src = "/images/n_philosophie_h.gif";

  N8 = new Image(); 
  N8.src = "/images/n_kompetenz_n.gif";
  H8 = new Image(); 
  H8.src = "/images/n_kompetenz_h.gif";


  N9 = new Image(); 
  N9.src = "/images/n_beratungsportfolio_n.gif";
  H9 = new Image(); 
  H9.src = "/images/n_beratungsportfolio_h.gif";
  
  N10 = new Image(); 
  N10.src = "/images/n_wirtschaftspruefung_n.gif";
  H10 = new Image(); 
  H10.src = "/images/n_wirtschaftspruefung_h.gif";

  N11 = new Image(); 
  N11.src = "/images/n_steuerrechtberatung_n.gif";
  H11 = new Image(); 
  H11.src = "/images/n_steuerrechtberatung_h.gif";

  N12 = new Image(); 
  N12.src = "/images/n_finanzierungsstrategien_n.gif";
  H12 = new Image(); 
  H12.src = "/images/n_finanzierungsstrategien_h.gif";

  N13 = new Image(); 
  N13.src = "/images/n_strategysourcing_n.gif";
  H13 = new Image(); 
  H13.src = "/images/n_strategysourcing_h.gif";

  N14 = new Image(); 
  N14.src = "/images/n_outsourcing_n.gif";
  H14 = new Image(); 
  H14.src = "/images/n_outsourcing_h.gif";

  N15 = new Image(); 
  N15.src = "/images/n_offshoring_n.gif";
  H15 = new Image(); 
  H15.src = "/images/n_offshoring_h.gif";


  N16 = new Image(); 
  N16.src = "/images/n_impressum_n.gif";
  H16 = new Image(); 
  H16.src = "/images/n_impressum_h.gif";
  
  function change(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
//-->