


_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=23;
left=135;
alwaysvisible=1;
orientation="horizontal";
aI("text=Förord;showmenu=Forord;");
aI("text=Bebyggelsehistoria;showmenu=Bygghist;");
aI("text=Gårdarnas släktförhållanden;showmenu=Gardar;");
aI("text=Speciella byggnader;showmenu=Byggnader;");
aI("text=Liv och leverne förr;showmenu=Liv;");
aI("text=Kyrkohistoria;showmenu=Kyrkohistoria;");
}

with(minmeny=new menuname("Forord")){
style=menuStyle;
overflow="scroll";
aI("text=Förord;url=via_1.html;");
}


with(minmeny=new menuname("Bygghist")){
style=menuStyle;
overflow="scroll";
aI("text=Förhistorisk tid;url=via_2.html;");
aI("text=Fasta fornlämningar;url=via_3.html;");
aI("text=Lösa fornfynd;url=via_4.html;");
aI("text=Socknen bildas;url=via_5.html;");
aI("text=Kyrkans tillkomst;url=via_6.html;");
aI("text=Befolkning och bebyggelse;url=via_7.html;");
aI("text=Gods och gårdar;url=via_8.html;");
aI("text=Kyrkoreduktionen 1409;url=via_9.html;");
aI("text=Kyrkoreduktionen 1527-1550;url=via_10.html;");
aI("text=Urkundsförteckning;url=via_11.html;");
aI("text=Herrgårdarnas tillkomst;url=via_12.html;");
aI("text=Reduktionen 1686;url=via_13.html;");
aI("text=Skatteköpen;url=via_14.html;");
aI("text=Skattetrycket;url=via_15.html;");
aI("text=Storskifte-Enskifte-Laga skifte;url=via_16.html;");
}

with(minmeny=new menuname("Gardar")){
style=menuStyle;
overflow="scroll";
aI("text=Släktregistret;url=via_18.html;");
aI("text=Lippinge;url=via_19.html;");
aI("text=Ekeby;url=via_20.html;");
aI("text=Hagelstena;url=via_21.html;");
aI("text=Tagsta;url=via_22.html;");
aI("text=Skäggesta;url=via_23.html;");
aI("text=Årby;url=via_24.html;");
aI("text=Prästgården;url=via_25.html;");
aI("text=Rikebasta;url=via_26.html;");
aI("text=Tuna;url=via_27.html;");
aI("text=Krusenberg;url=via_28.html;");
aI("text=Fredrikslund;url=via_33.html;");
aI("text=Kungshamn;url=via_34.html;");
aI("text=Bomärken;url=via_35.html;");
aI("text=Blodsband;url=via_58.html;");


}

with(minmeny=new menuname("Byggnader")){
style=menuStyle;
overflow="scroll";
aI("text=Alsike Gästgiveri;url=via_32.html;");
aI("text=Sockenmagasinet;url=via_47.html;");
aI("text=Bränneriet vid Krusenberg;url=via_48.html;");


}

with(minmeny=new menuname("Liv")){
style=menuStyle;
overflow="scroll";
aI("text=Hus och hem;url=via_36.html;");
aI("text=Sådd och skörd;url=via_37.html;");
aI("text=Redskap;url=via_38.html;");
aI("text=Kreatur;url=via_39.html;");
aI("text=Vargar-Jakt-Fiske;url=via_50.html;");
aI("text=Bondeliv i helg och söcken;url=via_51.html;");
aI("text=Hälftenbrukare-Torpare-Inhysjes;url=via_40.html;");
aI("text=Nödår och hårda vintrar;url=via_49.html;");
aI("text=Skolfrågan;url=via_44.html;");
aI("text=Fattigvård-Sjukvård;url=via_45.html;");
aI("text=Försvar-Soldater;url=via_52.html;");
aI("text=På ting och stämma;url=via_46.html;");
aI("text=Erik Jansare;url=via_54.html;");
aI("text=Mormoner;url=via_55.html;");
aI("text=Evangelister;url=via_56.html;");
aI("text=Emigrationen;url=via_57.html;");
aI("text=Emanuel Cederström;url=via_31.html;");
aI("text=Alsikemål;url=via_53.html;");


}

with(minmeny=new menuname("Kyrkohistoria")){
style=menuStyle;
overflow="scroll";
aI("text=Kyrkan;url=via_41.html;");
aI("text=Våra Herdar;url=via_42.html;");
aI("text=Kommunistrar;url=via_60.html;");
aI("text=Klockare;url=via_43.html;");
aI("text=Den ensamma kyrkan;url=via_59.html;");
}



drawMenus();

