var left_possible = 0;
var opened_window = ""

    function highlightelem(A,Color)
    {
    window.document.getElementById('e' + A + '-1').bgColor = Color;
    window.document.getElementById('e' + A + '-2').bgColor = Color;
    window.document.getElementById('e' + A + '-3').bgColor = Color;
    window.document.getElementById('e' + A + '-4').bgColor = Color;
    }
    function normalizeelem(A,Color)
    {
    window.document.getElementById('e' + A + '-1').bgColor = Color;
    window.document.getElementById('e' + A + '-2').bgColor = Color;
    window.document.getElementById('e' + A + '-3').bgColor = Color;
    window.document.getElementById('e' + A + '-4').bgColor = Color;
    }

    function chgcolor(A,Color)
    {
    window.document.getElementById(A).bgColor = Color;
    }

	
	function InnerWindow()
	{
		left_possible = 0;
	}
	
    function OpenToolTip(a)
    {
		if (opened_window!="") 
			{
				window.document.getElementById(opened_window).style.visibility = "hidden";		
				left_possible=0;
				opened_window = "";
			}
    	window.document.getElementById(a).style.visibility = "visible";
    	opened_window = a;
    }
    
	function HideToolTip(a)
	{
		if (left_possible==1) 
			{
				window.document.getElementById(a).style.visibility = "hidden";		
				left_possible=0;
				opened_window="";
			}
	}
    function CloseToolTip(a)
    {
    	left_possible=1;
	    setTimeout("HideToolTip('" + a + "')",100);
    }
    
    function OnPageLoad()
    {
      window.document.getElementById('mnu_link').href="javascript:ChangePopupState()";
    }
    function ChangePopupState()
    {
       
       if (window.document.getElementById('mnu_about_fk').style.display=="none") //Ist das Popupmenü sichtbar?
       { //Nein, also wieder einblenden
         window.document.getElementById('mnu_about_fk').style.display= "block";
         window.document.getElementById('mnu_about_lz1').style.display= "block";
         window.document.getElementById('mnu_about_lz2').style.display= "block";
         window.document.getElementById('mnu_about_lz3').style.display= "block";
         window.document.getElementById('mnu_about_lz4').style.display= "block";
         window.document.getElementById('mnu_about_jfw').style.display= "block";
         window.document.getElementById('mnu_about_topic').style.marginBottom = "0px";
         window.document.getElementById('mnu_about_topic').style.height = "20px";
       } else
       { //Ja, also ausblenden
         window.document.getElementById('mnu_about_fk').style.display= "none";
         window.document.getElementById('mnu_about_lz1').style.display= "none";
         window.document.getElementById('mnu_about_lz2').style.display= "none";
         window.document.getElementById('mnu_about_lz3').style.display= "none";
         window.document.getElementById('mnu_about_lz4').style.display= "none";
         window.document.getElementById('mnu_about_jfw').style.display= "none";
         window.document.getElementById('mnu_about_topic').style.marginBottom = "7px";
         window.document.getElementById('mnu_about_topic').style.height = "22px";
       }
    }
    function SetBFImageTo(Nummer)
    {
      
      
      if (Nummer==1) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_1_m.jpg";
      if (Nummer==2) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_2_m.jpg";
      if (Nummer==3) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_3_m.jpg";
      if (Nummer==4) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_4_m.jpg";
      if (Nummer==5) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_5_m.jpg";      
      if (Nummer==6) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_6_m.jpg";      
      if (Nummer==7) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_7_m.jpg";      
      if (Nummer==8) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_8_m.jpg";      
      if (Nummer==9) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_9_m.jpg";      
      if (Nummer==10) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_10_m.jpg";      
      if (Nummer==11) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_11_m.jpg";      
      if (Nummer==12) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_12_m.jpg";      
      if (Nummer==13) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_13_m.jpg";      
      if (Nummer==14) window.document.images['bf_tag_img'].src ="/img/jfw_bf_2010_14_m.jpg";      
      
      
      if (Nummer==1) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_1_b.jpg";
      if (Nummer==2) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_2_b.jpg";
      if (Nummer==3) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_3_b.jpg";
      if (Nummer==4) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_4_b.jpg";  
      if (Nummer==5) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_5_b.jpg";  
      if (Nummer==6) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_6_b.jpg";  
      if (Nummer==7) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_7_b.jpg";  
      if (Nummer==8) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_8_b.jpg";  
      if (Nummer==9) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_9_b.jpg";  
      if (Nummer==10) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_10_b.jpg";  
      if (Nummer==11) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_11_b.jpg";  
      if (Nummer==12) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_12_b.jpg";  
      if (Nummer==13) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_13_b.jpg";  
      if (Nummer==14) window.document.getElementById('bf_tag_a').href="/img/jfw_bf_2010_14_b.jpg";  
  }

