function MenuBuild2()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
//TE.xpos=(W-0)/2;
TE.xpos=680;
TE.ypos=80;
TE.align="hor";
//TE.bckColor="#BDC7EF";
//TE.selBckColor="#5265D6";
//TE.fntColor="#5265D6";
//TE.selFntColor="#000000";
//TE.width=100;
//TE.fntSize=2;TE.i=true;TE.b=true;
//TE.iHeight=20;
//TE.imWidth=20;
//TE.bSize=1;
//TE.bColor="#5265D6";
//TE.bckImage="";
//TE.arrIm="arrow.gif";

//TE.A(1,0,"About","","","fold.gif","fold1.gif",65,20);
//TE.A(1,0,"Referenzen","referenzen.shtml","","","",80,20);
TE.A(1,0,"Kontakt","kontakt.shtml","","","",50,20);

TE.Get(1).bckColor="#FFFBFF";TE.Get(1).selBckColor="#FFFBFF";TE.d=0;
//TE.Get(2).bckColor="#FFFBFF";TE.Get(2).selBckColor="#FFFBFF";

TE.bSize=0;
//TE.width=50;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit2()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}