function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=185;
TE.ypos=119;
TE.align="hor";
TE.bckColor="#FFCC33";
TE.selBckColor="#FFFB7B";
TE.fntColor="#000000";
TE.selFntColor="#000000";
TE.face="Arial";
TE.width=150;
TE.fntSize=1;TE.i=true;TE.b=true;
TE.iHeight=20;
TE.imWidth=30;
TE.bSize=1;
TE.bColor="#FFFFCC";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);

TE.A(1,0,"Introduction","","","head1.gif","head2.gif",140,20);
TE.A(5,1,"Altore","menugb.html","","bulleta.gif","",140,20);
TE.A(29,1,"Movies Theatre","movies.html","","smile1.gif","smile2.gif");
TE.A(6,1,"The Team","team.html","","equipe.gif");
TE.A(29,1,"Seminars-Incentives","groups.html","","eagleic.gif","eagleic2.gif");
TE.A(23,1,"Testimonials","testimonial.html","","smile1.gif","smile2.gif");
TE.A(27,1,"Home","../index.html","","head1.gif","head2.gif");
TE.A(2,0,"Extreme Sports","","","head1.gif","head2.gif",180,20);
TE.A(3,2,"Paragliding School","","","eagleic.gif","eagleic2.gif",180,20);
TE.A(9,2,"Mountains","","","mountain1.gif","mountain2.gif");
//TE.A(8,2,"Nautical Base","nauticgb.html","","kayak1.gif","kayak2.gif");
TE.A(28,2,"Adventure Park","adventure.html","","pin1.gif","pin2.gif");
TE.A(10,2,"Winter Sports","","","ski1.gif","ski2.gif");
TE.A(17,0,"Partners","","","head1.gif","head2.gif",150,20);
TE.A(18,17,"Buffalo Ranch","ranchgb.html","","bulleta.gif");
TE.A(19,17,"Partners","partenaires.html","","bulleta.gif");
TE.A(20,17,"Places to Stay","hebergement.html","","bulleta.gif");
TE.A(21,17,"Useful Addresses","adresses.html","","bulleta.gif");
TE.A(7,0," E-mail","mailto:info@altore.com","","envelop.gif","envelop1.gif");
TE.A(4,0," Reservation and Info","infogb.html","","envelop.gif","envelop1.gif",160,20);
//TE.A(11,9,"introduction","","","mountain1.gif","mountain2.gif");
TE.A(15,9,"Canyoning","canyongb.html","","helm1.gif","helm2.gif");
TE.A(12,9,"Climbing","climb.html","","climb.gif");
TE.A(13,10,"Introduction","winter.html","","head1.gif","head2.gif");
TE.A(14,9,"Trekking","randonne.html","","shoeani.gif");

TE.A(16,10,"Lessons","winterstage.html","","ski1.gif","ski2.gif");

TE.A(24,3,"Lessons and 1st Flight","para1gb.html","","eagleic.gif","eagleic2.gif",180,20);
TE.A(25,3,"St-Florent","stflorent.html","","eagleic.gif","eagleic2.gif");
TE.A(26,3,"Calvi - Montegrossu","montegrossu.html","","eagleic.gif","eagleic2.gif");
//TE.A(29,3,"Ajaccio","ajaccio.html","","eagleic.gif","eagleic2.gif");

TE.Get(3).fntColor="#000000";TE.Get(3).selFntColor="#FF0000";
TE.Get(10).fntColor="#000000";TE.Get(10).selFntColor="#FF0000";
TE.Get(9).fntColor="#000000";TE.Get(9).selFntColor="#FF0000";

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();
}