function MenuBuild()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=246;
TE.ypos=5;
TE.align="hor";
TE.bckColor="#000099";
TE.selBckColor="#00FFFF";
TE.fntColor="#FFFFFF";
TE.selFntColor="#100000";
TE.face="Arial Narrow";
TE.width=100;
TE.fntSize=1;TE.i=false;TE.b=false;
TE.iHeight=20;
TE.imWidth=20;
TE.bSize=1;
TE.bColor="#99FFFF";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

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

TE.A(1,0,"MARSEILLE","","","","",100,20);
TE.A(10,1,"Cal Sormiou","","","","",100,20);
TE.A(11,1,"Cal Morgiou","","","","",100,20);
TE.A(12,1,"Port Pin","","","","",100,20);
TE.A(13,1,"Port Miou","portmiou.html","","","",100,20);
TE.A(14,1,"Baie de la Mouette","","","","",120,20);
TE.A(2,0,"TOULON","","","","",100,20);
TE.A(20,02,"Rade du Busc","","","","",120,20);
TE.A(21,02,"Porquerolles","","","","",120,20);
TE.A(22,02,"Port Cros","portcros.html","","","",120,20);
TE.A(23,02,"Anse du Port Man","portman.html","","","",120,20);
TE.A(24,02,"Anse Bregancon","","","","",120,30);
TE.A(25,02,"Benat - Anse du Gau","","","","",120,30);
TE.A(26,02,"Anse de Cavaliere","","","","",120,30);
TE.A(27,02,"Baie de Pramousquier","","","","",120,30);
TE.A(3,0,"ST-TROPEZ","","","","",100,20);
TE.A(30,3,"Baie de Briande","","","","",120,20);
TE.A(31,3,"Baie de Bonporteau","","","","",120,20);
TE.A(32,3,"Plage Pampelonne","","","","",120,20);
TE.A(33,3,"Golfe St-Tropez","golfetropez.html","","","",120,20);
TE.A(34,3,"Rade d'Agay","","","","",100,20);
TE.A(35,3,"Anse Aurelia","aurelia.html","","","",100,20);
TE.A(4,0,"CANNES","","","","",100,20);
TE.A(40,4,"Golfe de la Napoule","","","","",120,20);
TE.A(41,4,"St-Honorat","","","","",100,20);
TE.A(42,4,"Ste-Marguerite West","margarite.html","","","",120,20);
TE.A(43,4,"Ste-Marguerite Est","","","","",120,20);
TE.A(44,4,"Anse de Gallice","","","","",120,20);
TE.A(45,4,"Anse de l'Argent faux","faux.html","","","",120,20);
TE.A(46,4,"Anse la Garoupe","","","","",120,20);
TE.A(47,4,"Anse de la Salis","","","","",120,20);
TE.A(5,0,"MONACO","","","","",100,20);
TE.A(50,5,"Villefranche Rade","villefranche.html","","","",120,20);
TE.A(51,5,"Anse de Lilong","","","","",120,20);
TE.A(52,5,"Anse de la Scaletta","","","","",120,20);
TE.A(53,5,"Anse des Fourmis","","","","",120,20);
TE.A(54,5,"Plage Mala","","","","",100,20);
TE.A(55,5,"Golfe Bleue","g","","","",120,20);
TE.A(56,5,"Carnoles","","","","",120,20);
TE.A(6,0,"GENUA","","","","",100,20);
TE.A(7,0,"TOOLBOX","","","","",100,20);
TE.A(70,7,"NEWS & EVENTS","","","","",100,20);
TE.A(71,7,"ANCHORING","anchoring.html","","","",100,20);
TE.A(72,7,"ECOLOGY","ecology.html","","","",100,20);
//TE.A(73,7,"ABOUT US","","","","",100,20);
TE.A(74,7,"CONTACT","infoform.html","","","",100,20);
//TE.A(75,7,"AUCTIONS","","","","",100,20);

//TE.Get(1).bckColor="#a0a0a0";TE.Get(1).selBckColor="#e0e0e0";TE.d=0;
//TE.Get(2).bckColor="#a0a0a0";TE.Get(2).selBckColor="#e0e0e0";
//TE.Get(3).fntColor="#ff0000";TE.Get(3).b=true;
//TE.Get(4).bckColor="#a0a0a0";TE.Get(4).selBckColor="#e0e0e0";
//TE.Get(7).bckColor="#a0a0a0";TE.Get(7).selBckColor="#e0e0e0";
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();
}