function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
//alert(W);
//TE.xpos=screen.width/2 - 200;
TE.xpos= document.all.aTableContainer.offsetLeft + 1;
//is = new BrowserCheck()
//TE=new TreeItem(0,0,"items2","","");
//if(!W)W=900;
//TE.xpos=screen.width/2 - 200;
//TE.xpos=screen.width - window.width + 400;
TE.ypos=86;
TE.align="hor";
TE.bckColor="#D0D0D0";//"#aa6633";
TE.selBckColor="#D0D0D0";

//TE.bckColor="#ffffff";//"#aa6633";
//TE.selBckColor="#ffffff";
TE.fntColor="#000000";
TE.selFntColor="#000000";
TE.width=110;
TE.fntSize=1;TE.i=false;TE.b=false;TE.u=false;TE.d=0;
TE.face = "Verdana"
TE.iHeight=10;
TE.imWidth=15;
TE.bSize=0;
TE.bColor="#000000";
//TE.bckImage="images/5.jpg";
//TE.arrIm="images/5.jpg";

//alert("after adding"+ns);

TE.A(1,0,"Corporate Profile","default.asp","","","",130,15);
TE.A(2,0,"Our Services","our_services.asp","","","",100,15);
TE.A(3,0,"Our Clients","our_clients.asp","","","",100,15);
TE.A(4,0,"Our Training","our_training.asp","","","",100,15);
TE.A(5,0,"Related Documents","related_document.asp","","","",150,15);
TE.A(6,0,"FAQ","faq.asp","","","",50,15);
TE.A(7,0,"Contact Us","contact_us.asp","","","",90,15);


TE.A(8,1,"Introduction","default.asp","","","",120,15);
TE.A(9,1,"Our Commitment","default.asp#commitment","","","",120,15);
TE.A(10,1,"Our Consultants","default.asp#consultant","","","",120,15);

TE.Get(1).bckColor="#D0D0D0";TE.Get(1).selBckColor="#D0D0D0";
TE.Get(2).bckColor="#D0D0D0";TE.Get(2).selBckColor="#D0D0D0";
TE.Get(4).bckColor="#D0D0D0";TE.Get(4).selBckColor="#D0D0D0";
TE.Get(7).bckColor="#D0D0D0";TE.Get(7).selBckColor="#D0D0D0";
TE.bSize=0;
//TE.width=80;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}