<!--
var content=new Array()

// Person1
content[1]='Beschreibung Person 1'

//Person2
content[2]='Beschreibung Person 2'

//Person3
content[3]='Beschreibung Person 3'

//Person4
content[4]='Beschreibung Person 4'


// LEER
content[100]=''


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function changetext(whichcontent){
if (document.all)
descriptions.innerHTML=''+whichcontent+''
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}
//-->