function MenuAvvio()
{

is = new BrowserCheck()
TE=new TreeItem(0,0,"items2","","");
if(!W)W=900;
TE.xpos=(W-680)/2;
TE.ypos=200;
TE.align="hor";
TE.bckColor="#336699";//"#aa6633";
TE.selBckColor="#F0F0F0";
TE.fntColor="#FFFFFF";
TE.selFntColor="#000000";
TE.width=200;
TE.fntSize=1;
TE.i=false;
TE.b=true;
TE.face="Verdana";                             //Font Face
TE.iHeight=16;
TE.imHeight=16;
TE.imWidth=16;
TE.bSize=1;
TE.bColor="#000000";
//TE.bckImage="h73cover_thumb.jpg";
//TE.arrIm="list-img1.gif";

//alert("after adding"+ns);
//Link Principali
TE.A(1,0,"Gli altri Musei","","","","",150,20);
TE.A(2,1,"Presentazione","presentazione.htm","","","");
TE.A(3,1,"Latera","latera.htm","","","",100,20);
TE.A(4,1,"Grotte di Castro","grotte.htm","","","",100,20);
TE.A(5,1,"Valentano","valentano.htm","","","",100,20);
TE.A(6,1,"Gradoli","gradoli.htm","","","",100,20);
TE.A(7,1,"Torre Alfina","torre_alfina.htm","","","",100,20);
TE.A(8,1,"Farnese","farnese.htm","","","",100,20);
TE.A(9,1,"Bolsena","bolsena.htm","","","",100,20);
//TE.A(10,1,"Cardarelli","cardarelli.htm","","","",100,20);
//TE.A(11,1,"Caronti","caronti.htm","","","",100,20);
//TE.A(12,1,"Demoni azzurri","demoni_azzurri.htm","","","",100,20);

TE.bSize=0;
TE.width=90;
TE.arrIm="";
TE.WriteCSS();
TE.WriteDiv();



}
function MenuInizio()
{
window.onresize= function(){window.history.go(0)};
TE.EventInit();
}
function Reset()
{
TE.Reset();
}
