
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(minmeny=new menuname("Main Menu")){
style=menuStyle;
top=160;
left=100;
alwaysvisible=1;
orientation="horizontal";
aI("text=Inledning;showmenu=inledning;");
aI("text=1600-talstorp;showmenu=th1600;");
aI("text=1700-talstorp;showmenu=th1700;");
aI("text=1800-talstorp;showmenu=th1800;");
aI("text=Torparens villkor;url=th_6.html;");
}

with(minmeny=new menuname("inledning")){
style=menuStyle;
overflow="scroll";
aI("text=Förord;url=th_1.html;");
aI("text=Alsike By;url=th_1a.html;");
}


with(minmeny=new menuname("Alsike")){
style=menuStyle;
overflow="scroll";
aI("text=Alsike By;url=th_1a.html;");
}


with(minmeny=new menuname("th1600")){
style=menuStyle;
overflow="scroll";
aI("text=Nästorp;url=th_2b.html;");
aI("text=Nytorpet;url=th_2c.html;");
aI("text=Moran;url=th_2d.html;");
aI("text=Källvreten;url=th_2e.html;");
aI("text=Kvarntorp;url=th_2f.html;");
aI("text=Mellanbo;url=th_2h.html;");
aI("text=Udden;url=th_2i.html;");
aI("text=Nybygget;url=th_2j.html;");

}

with(minmeny=new menuname("th1700")){
style=menuStyle;
overflow="scroll";
aI("text=Rättartorp;url=th_3a.html;");
aI("text=Kogzan;url=th_3b.html;");
aI("text=Humletorp;url=th_3c.html;");
aI("text=Berghagen;url=th_3d.html;");
aI("text=Bergendal;url=th_3e.html;");
aI("text=Smedstorp;url=th_3f.html;");
aI("text=Dammen;url=th_3g.html;");
aI("text=Pottmyran;url=th_3h.html;");
aI("text=Storbacken;url=th_3i.html;");
aI("text=Fiskartorpet;url=th_3j.html;");
aI("text=Skomakartorp;url=th_3k.html;");
aI("text=Moralund;url=th_4e.html;");
}

with(minmeny=new menuname("th1800")){
style=menuStyle;
overflow="scroll";
aI("text=Bakvändan;url=th_4a.html;");
aI("text=Staffansberg;url=th_4b.html;");
aI("text=Dragontorpet;url=th_4c.html;");
aI("text=Snickartorpet;url=th_4d.html;");
}

with(minmeny=new menuname("villkor")){
style=menuStyle;
overflow="scroll";
aI("text=Torparens villkor;url=th_6.html;");
}


drawMenus();

