document.write("<table border='0' cellPadding='0' cellSpacing='0' width='100%'>");
document.write("<tr>");
document.write("<td bgColor='#cccccc' width='1'><img border='0' height='1' src='./images/pix.gif' width='1'></td>");
document.write("<!-- Navigation Spalte-->");
document.write("<td width=200 height=450 valign='top'>");
document.write("<table border='0' cellspacing='0' cellpadding='0' width='200'>");
document.write("<tr>");
document.write("<!-- Ueberschriftszeile -->");
document.write("<td width='100%' height='26' bgcolor='#000033'>");
document.write("<img border='0' height='26' src='./images/pix.gif' width='1'>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td>");
document.write("<!-- Mainmenu-->");
document.write("<br>");
document.write("<script language='JavaScript'>");
document.write("new tree (TREE_ITEMS, TREE_TPL);");
document.write("</script>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
parent.trees[0].select(gblMenuItemID);
if (gblMenuItemID != 0) parent.trees[0].toggle(gblMenuItemID);

