document.open("text/plain");
document.writeln("<hr noshade color=#0000CC>");

document.writeln("<ul>");

document.writeln("<font color=#0000CC>Messen<br>");
document.writeln("<a href=messen.htm>2008</a><br></font>");

document.writeln("<hr noshade color=#0000CC>");
document.writeln("<font color=#0000CC>Kostenlose Studien<br>zu den Märkten in<br>Deutschland und Europa</font>");
document.writeln("</ul><font size=2>");

document.writeln("<li><a href=Einzelhandel-in-Europa.html>Einzelhandel in Europa<br> 05 / 2008</a></li><br>");

document.writeln("<ul><li><a href=Metallerzeugung-Metallbearbeitung-2008.pdf>Metallerzeugung und Metallbearbeitung<br> 02 / 2008</a></li><br>");
document.writeln("<li><a href=Metallerzeugnisse-2008.pdf>Metallerzeugnisse<br> 02 / 2008</a></li><br>");
document.writeln("<li><a href=Maschinenbau-2008.pdf>Maschinenbau<br> 02 / 2008</a></li><br>");
document.writeln("<li><a href=Pharma-2008.pdf>Pharma<br> 02 / 2008</a></li><br>");
document.writeln("<li><a href=Energieversorgung.pdf>Energieversorgung<br> 03 / 2008</a></li><br>");
document.writeln("</font></ul>");
document.writeln("</li>");


document.writeln("</ul>");
document.writeln("<font size=1>... weitere folgen ...</font>");
document.close();

