  var content=new Array()
  content[0]=' '
  content[1]='<img src="files/ref_dresdner01.jpg"><p>Dresdner Bank<br>Estrella Handelszentrum, Frankfurt a.M.<\/p>'
  content[2]='<img src="files/ref_schlossplatz01.jpg"><p>Ev. Landeskirche: Kirchentag<\/p>'
  content[3]='<img src="files/ref_festo01.jpg"><p>FESTO Atrium<\/p>'
  content[4]='<img src="files/"><br><\/p>'
  content[5]='<img src="files/ref_boss01.jpg"><p>Kollektions&uuml;bergaben BOSS Woman<\/p><br><img src="files/ref_boss02.jpg"><p>Kollektions&uuml;bergaben BOSS Baldessarin<\/p>'
  content[6]='<img src="files/ref_boss02.jpg"><p>Kollektions&uuml;bergaben BOSS Baldessarini<\/p>'
  content[7]='<img src="files/ref_buehne01.jpg"><p>Landesgartenschau Ostfildern 2002<\/p>'
  content[8]='<img src="files/ref_buehne02.jpg"><p>Landesgartenschau Plochingen 1998<\/p>'
  content[9]='<img src="files/ref_schloss01.jpg"><p>Klassikkonzert im Hof des Schlosses Aschaffenburg<\/p>'
  content[10]='<img src="files/ref_nuertingen01.jpg"><p>Stadthalle N&uuml;rtingen K3N<\/p>'
  content[11]='<img src="files/ref_wernau01.jpg"><p>Tagungs- und Verwaltungszentrum Wernau<\/p>'
  content[12]='<img src="files/ref_spiluttini01.jpg"><p>Vertriebszentrum der TRUMPF GmbH &amp; Co KG<\/p>'
  content[13]='<img src="files/ref_ibm01.jpg"><p>IBM Messestand<\/p>'
 
 
  function changetext(whichcontent)
  {
    if (document.all)
    {
      if(descriptions.innerHTML != ''+whichcontent+'')
      {
        descriptions.innerHTML=''+whichcontent+''
      }
    }
    else if (document.getElementById("descriptions").innerHTML != ''+whichcontent+'')
    {
      document.getElementById("descriptions").innerHTML=''+whichcontent+''
    }
  }
      
