")
doc.write(leftSide)
if (level != 0)
{
doc.write(" ")
}
text = foldersNode[i]
//auf Stufe1 andere Schrift und Farbe
if (level ==0)
{
text = text.replace(/Arial/,"Arial")
text = text.replace(/size=2/,"size=4")
text = text.replace(/#0093DD/,"#0093DD")
}
//jetzt kommt der knopf
if (linkadr != "")
{
pos = text.indexOf(linkadr)
//gedrueckter Knopf und Text in Orange
if (pos >= 0)
{
text = text.replace(/knopf_blau/,"knopf_gelb")
text = text.replace(/#0093DD/,"#FF5F00")
text = text.replace(/#0093DD/,"#FF5F00")
}
}
doc.write(text)
doc.write(" |