


function info(txt)
{
 window.status = txt;
 setTimeout("clear_info()",25000); 
}

function clear_info()
{
   window.status=""; 
}


function single(URL1,F1)
   {  
    parent.frames[F1].location.href=URL1;
}

function twin(URL1,F1,URL2,F2)
   {  
    parent.frames[F1].location.href=URL1;
    parent.frames[F2].location.href=URL2;
}

if (navigator.appVersion.indexOf("2.") != -1){
    check = false;
}
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){
    check = false;
}
else {
    check = true; 
}
if (check == true){

Logo_0a = new Image(); 
Logo_0a.src = "http://www.beratungspraxis-brocksch.de/js/images/pic.gif"; 
Logo_0b = new Image(); 
Logo_0b.src = "http://www.beratungspraxis-brocksch.de/js/images/pic.gif";
}

function checkseite() {
  if(!parent.Main)
   location.href="http://www.beratungspraxis-brocksch.de/js/startseite.htm?"+location.pathname; 
} 

function imageon(name){
      document[name].src = eval(name + "b.src");
}
function imageoff(name){
      document[name].src = eval(name + "a.src");
}
function on(name,txt){
  if (check == true){
     imageon(name);
     window.status = txt;
     setTimeout("clear_info()",25000);
  }
}
function off(name,txt){
  if (check == true){
     imageoff(name);
     window.status = txt;
     setTimeout("clear_info()",25000);
  }
}
function klick(name,txt){     
   if (check == true){
      document['Button_10'].src = eval(name + "c.src");
      window.status = txt;
      setTimeout("clear_info()",25000);
   }
}

