// JavaScript Document
    function lowlight(element)
    {    
    //alert(element);
     if(window.document.all)
      {
      element.style.setAttribute('backgroundColor','#DDDDDD',0);
      //element.style.backgroundColor='#DDDDDD';
       }
     else
     {
   //element.style.setAttribute('backgroundColor','#DDDDDD',0);
     element.style.backgroundColor='#DDDDDD';
     } 
    }
    
    function farbandern(element)
    {
            
      if(window.document.all)
      {
        element.style.backgroundColor='#EEEEEE';
      }
      else
      {
        //alert(element.style.backgroundColor);
    
        element.style.setAttribute('backgroundColor','#EEEEEE',0);
      }
    }
    
     function Zeit () {
 
//mit bestem Dank an http://de.selfhtml.org
 
  var Jetzt = new Date();
  var Tag = Jetzt.getDate();
  var Monat = Jetzt.getMonth() + 1;
  var Jahr = Jetzt.getYear();
  if (Jahr < 999)
    Jahr += 1900;
  var Vortag = ((Tag < 10) ? "0" : "");
  var Vormon = ((Monat < 10) ? ".0" : ".");
  var Datum = Vortag + Tag + Vormon + Monat + "." + Jahr;
   document.write("<span style='padding-left:5pt; font-size:8pt;'> Voitsberg am " + Datum + "</span>");
 
}

var x;
x = 0;

function next_logo()
{
x+=1;

if(x==1)
{
window.document.logo.src="roswithawagner.gif";
}
if(x==2)
{
window.document.logo.src="rosw.gif";
}
if(x==3)
{
window.document.logo.src="roslogo.gif";
x=0;
}
}

function logorot()
{


if(window.document.all)
{
window.document.all.logocol.className = "beratung";
window.document.all.piccol.className = "beratung";
}
else
{
window.document.getElementsByName('logocol')[0].setAttribute('class','beratung',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','beratung',0);
}
}
function logorot2()
{
if(window.document.all)
{
window.document.all.logocol.className = "coaching";
window.document.all.piccol.className = "coaching";
}
else
{
window.document.getElementsByName('logocol')[0].setAttribute('class','coaching',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','coaching',0);
}
}
function logorot8()
{
if(window.document.all)
{
window.document.all.logocol.className = "home";
window.document.all.piccol.className = "home";
}
else
{
window.document.getElementsByName('logocol')[0].setAttribute('class','home',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','home',0);
}
}

function logorot3()
{
if(window.document.all)
{
window.document.all.logocol.className = "supervision";
window.document.all.piccol.className = "supervision";
}
else
{

window.document.getElementsByName('logocol')[0].setAttribute('class','supervision',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','supervision',0);
}
}
function logorot4()
{
if(window.document.all)
{
window.document.all.logocol.className = "organisationsentwicklung";
window.document.all.piccol.className = "organisationsentwicklung";
}
else
{
window.document.getElementsByName('logocol')[0].setAttribute('class','organisationsentwicklung',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','organisationsentwicklung',0);
}
}
function logorot5()
{
if(window.document.all)
{
window.document.all.logocol.className = "ausbildung";
window.document.all.piccol.className = "ausbildung";
}
else
{

window.document.getElementsByName('logocol')[0].setAttribute('class','ausbildung',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','ausbildung',0);
}
}
function logorot6()
{
if(window.document.all)
{
window.document.all.logocol.className = "moderation";
window.document.all.piccol.className = "moderation";
}
else
{

window.document.getElementsByName('logocol')[0].setAttribute('class','moderation',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','moderation',0);
}
}
function logorot7()
{
if(window.document.all)
{
window.document.all.logocol.className = "ecoaching";
window.document.all.piccol.className = "ecoaching";
}
else
{

window.document.getElementsByName('logocol')[0].setAttribute('class','ecoaching',0);
window.document.getElementsByName('piccol')[0].setAttribute('class','ecoaching',0);
}
}

