function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=500;
TE.xpos=0;
TE.ypos=0;
TE.align="hor";
TE.bckColor="#996633";//"#ffffff";
TE.selBckColor="#996633";
TE.fntColor="#ffffff";
TE.selFntColor="#ffffff";
TE.width=200;
TE.fntSize=2;TE.i=false;TE.b=true;
TE.iHeight=35;
TE.imWidth=15;
TE.bSize=1;
TE.bColor="#ffffff";
TE.face="Arial";// font face
TE.arrIm="";
TE.arrIm1="";


TE.A(1,0,"Welcome Page","welcome.htm","","","");
TE.A(2,0,"Accounts ","","","","");
TE.A(3,0,"Transact","transact.htm","","");
TE.A(4,0,"Future Payments","future_payments.htm","","");
TE.A(5,0,"Personal Payees","personal_payees.htm","","");
TE.A(6,0,"Other","other.htm","","");
TE.A(7,0,"Logout","logout.htm","","");


TE.A(8,0,"<img src=images/print.gif>","print.htm","","");
TE.A(9,0,"<img src=images/questionmark.gif>","help.htm","","");

TE.A(21,2,"List of Accounts","accounts.htm","","");

TE.A(31,3,"BPay","BPAY.htm","","");
TE.A(32,3,"Transfer","transfer.htm","","");
TE.A(33,3,"Credit External","credit_external.htm","","");
TE.A(34,3,"Cheque","cheque.htm","","");
TE.A(35,3,"MultiTrans","multitrans.htm","","");
TE.A(36,3,"PendAuth","pend_auth.htm","","");

TE.A(61,6,"Interest","interest.htm","","");
TE.A(62,6,"Statement","statement.htm","","");
TE.A(63,6,"Stop Cheque","stop_cheque.htm","","");
TE.A(64,6,"Order Cheque Book","order_cheque_book.htm","","");
TE.A(65,6,"Customise","customise.htm","","");
TE.A(66,6,"Change Password","password.htm","","");
TE.A(67,6,"Client Maintenance","Client maintenance.htm","","");
TE.A(68,6,"Secure email","secure_email.htm","","");

//---------------------------


//---------------------------

TE.Get(1).bckColor="#996633";TE.Get(1).selBckColor="#996633";
TE.Get(2).bckColor="#996633";TE.Get(2).selBckColor="#996633";
TE.Get(3).bckColor="#996633";TE.Get(3).selBckColor="#996633";
TE.Get(4).bckColor="#996633";TE.Get(4).selBckColor="#996633";
TE.Get(5).bckColor="#996633";TE.Get(5).selBckColor="#996633";
TE.Get(6).bckColor="#996633";TE.Get(6).selBckColor="#996633";


TE.bSize=0;
TE.width=125;

//TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();

}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};

TE.EventInit();

}
function Reset()
{
TE.Reset();

}
