function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=0;
TE.ypos=102;
TE.align="vert";
TE.bckColor="#b0db20";//"#ffffff";
TE.selBckColor="#820c83";
TE.fntColor="#000000";
TE.selFntColor="#ffffff";
TE.width=200;
TE.fntSize=2;TE.i=false;TE.b=true;
TE.iHeight=35;
TE.imWidth=25;
TE.bSize=1;
TE.bColor="#ffffff";
TE.face="Arial";// font face
TE.arrIm="images/arrow.gif";
TE.arrIm1="images/arrowdown.gif";

TE.A(1,0,"GIA On-line","","","","");
TE.A(2,0,"Accounts ","","","","");
TE.A(3,0,"Interest","","","");
TE.A(4,0,"About Us","","","");
TE.A(5,0,"Forms","","","","");
TE.A(6,0,"Additonal Information","faq1.htm","","");
TE.A(7,0,"Contact Us","contact1.htm","","");
TE.A(8,0,"Planned Giving","../pg/PGHome.HTM","","");
TE.A(9,0,"Mutual Support Scheme","MSS.htm","","");

TE.A(11,1,"GIA On-line Guide","./GIAManual/Manuals/login.htm","","");
TE.A(12,1,"Client LOGIN","gia_glebegroup_com_au.htm","","");

TE.A(21,2,"Accounts at a Glance","account1.htm","","");
TE.A(22,2,"All-In-One Account","account2.htm","","");
TE.A(23,2,"At-Call Premium Account","account3.htm","","");
TE.A(24,2,"Term Account","account4.htm","","");
TE.A(25,2,"Support Account","account5.htm","","");

TE.A(31,3,"Current Interest Rates","http://www.glebegroup.com.au/GIA/rates1.asp","","");
TE.A(32,3,"About Interest Rates","interest2.htm","","");
TE.A(33,3,"Methods of Payments","interest3.htm","","");
TE.A(34,3,"Frequency of Payments","interest4.htm","","");

TE.A(41,4,"How GIA Works","about1.htm","","");
TE.A(42,4,"Privacy","about2.htm","","");
TE.A(43,4,"Members & Staff","about3.htm","","");
TE.A(44,4,"Site Map","FAQMAP.htm","","");

TE.A(51,5,"Disclaimer","DISCLAIMER.htm","","");
TE.A(52,5,"Parish or Dioccesan Organisation Accounts","dlparish_1.htm","","");
TE.A(53,5,"Association Accounts","dlassociation_1.HTM","","");
TE.A(54,5,"Company Accounts","dlcompany_1.HTM","","");
TE.A(55,5,"Trust Accounts","dltrust_1.HTM","","");
TE.A(56,5,"Personal Accounts","dlpersonal_1.htm","","");

TE.A(61,6,"Signatory Identification","faq1.htm","","");
TE.A(62,6,"Withdrawals and Maturing Investment","faq2.htm","","");
TE.A(63,6,"Fees, Taxes, Duties & Charges","faq3.htm","","");
TE.A(64,6,"Account Holder Information","faq4.htm","","");
TE.A(65,6,"Internet Access Through GIA On-line","faq5.htm","","");
TE.A(66,6,"BPAY","BPAY.htm","","");
TE.A(67,6,"Schedule of Fees","fees.htm","","");

TE.A(5591,559,"Parish Sample Form","downloads/Instrument for Parish.pdf","","");
TE.A(5592,559,"Non-Incorp Sample Form","downloads/Instrument for non incorp Assoc.pdf","","");
//---------------------------


//---------------------------
TE.Get(1).bckColor="#b0db20";TE.Get(1).selBckColor="#820c83";
TE.Get(2).bckColor="#b0db20";TE.Get(2).selBckColor="#820c83";
TE.Get(3).bckColor="#b0db20";TE.Get(3).selBckColor="#820c83";
TE.Get(4).bckColor="#b0db20";TE.Get(4).selBckColor="#820c83";
TE.Get(5).bckColor="#b0db20";TE.Get(5).selBckColor="#820c83";
TE.Get(6).bckColor="#b0db20";TE.Get(6).selBckColor="#820c83";
TE.Get(7).bckColor="#b0db20";TE.Get(7).selBckColor="#820c83";
TE.Get(8).bckColor="#b0db20";TE.Get(8).selBckColor="#820c83";



TE.bSize=0;
TE.width=200;

//TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();

}
function MenuInit()
{
window.onresize= function(){window.history.go(0)};

TE.EventInit();

}
function Reset()
{
TE.Reset();

}

