function MenuBuild()
{
	is = new BrowserCheck();
	TE=new TreeItem(0,0,"items2","","");
	TE.xpos=1;
	TE.ypos=168;
	TE.align="hor";
	TE.bckColor="#A6B9BD";
	TE.selBckColor="#AFBB99";
	TE.fntColor="#000000";
	TE.selFntColor="#000000";
	TE.width=124;
	TE.height=40;
	TE.fntSize=1;
	TE.iHeight=20;
	TE.imWidth=20;
	TE.bSize=0;
	TE.face="Arial";
	TE.bColor="";
	TE.arrIm="tech.gif";
	TE.arrIm1="tech.gif";
TE.A(1,0,"Home","/cnt/120304004005.htm","","");
TE.A(2,0,"Die Kanzlei","/cnt/120304004051.htm","","");
TE.A(3,0,"Die Scheidung","/cnt/120304004104.htm","","");
TE.A(4,3,"Kosten","/cnt/061004235151.htm","","");
TE.A(5,3,"Kostenrechner","/cnt/061004235237.htm","","");
TE.A(6,0,"F.A.Q.","/cnt/120304004123.htm","","");
TE.A(7,0,"Kontakt","/cnt/120304004131.htm","","");
TE.A(8,0,"Impressum","/cnt/120304004136.htm","","");
	TE.WriteCSS();
	TE.WriteDiv();
}
function MenuInit()
{
	TE.EventInit();
}

function Reset()
{
	TE.Reset();
}
