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="#96cbc7";//"#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,"Glebe Income Accounts","giahome.htm","","");
TE.A(2,0,"Planned Giving","/pg/PGHome.HTM","","");
TE.A(3,0,"Contact","/GIA/MSS_contact.htm","","");


//---------------------------


//---------------------------
TE.Get(1).bckColor="#96cbc7";TE.Get(1).selBckColor="#820c83";
TE.Get(2).bckColor="#96cbc7";TE.Get(2).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();

}
