fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
bordercolor="#F1F3E4";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontcolor="#7F8650";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f4edca";
offcolor="#4a3a02";
onbgcolor="#b18e15";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=89);Shadow(color=#333300', Direction=135, Strength=1)";
padding=5;
pagebgcolor="#d8c584";
pagecolor="black";
separatorcolor="#F1F3E4";
separatorsize=2;
subimage="../common/arrow_konf.gif";
subimagepadding=2;
position="relative";
}

with(mjk=new menuname("Main Menu")){
overfilter="Alpha(opacity=90)";
alwaysvisible=1;
left="offset=-230";
orientation="horizontal";
screenposition="center";
style=menuStyle;
top=204;
aI("text=&nbsp; <b>Home</b> &nbsp;;url=http://www.greenways.se/;status=Tillbaka till startsidan;");
aI("text=&nbsp;&nbsp;<b>Europa</b> &nbsp; &nbsp;;showmenu=europa;status=Ridresor till Europa;");
aI("text=&nbsp;&nbsp;<b>Afrika</b> &nbsp; &nbsp; &nbsp;;url=index.php?page=afrika;status=Ridresor till Afrika;");
//aI("text=&nbsp;&nbsp;<b>Asien</b>&nbsp;&nbsp;;showmenu=Asien;status=Ridresor till Asien;");
aI("text=&nbsp;&nbsp;<b>Amerika &nbsp; &nbsp;</b>;showmenu=usa;status=Ridresor till Amerika;");
}

with(mjk=new menuname("europa")){
style=menuStyle;

overflow="scroll";
aI("text=&nbsp; &nbsp; &nbsp; Frankrike ;url=index.php?page=frankrike;");
aI("text=&nbsp; &nbsp; &nbsp; Italien;url=index.php?page=italien;");
aI("text=&nbsp; &nbsp; &nbsp; Portugal;url=index.php?page=portugal;");
aI("text=&nbsp; &nbsp; &nbsp; Spanien;showmenu=spanien;");
aI("text=&nbsp; &nbsp; &nbsp; Skottland/Irland &nbsp; &nbsp; ;url=index.php?page=skottland.irland;");
}

	with(mjk=new menuname("spanien")){

	style=menuStyle;
	aI("text=&nbsp; &nbsp; &nbsp; Costa Brava &nbsp; &nbsp; &nbsp; &nbsp; ;url=index.php?page=costa.brava;");
	aI("text=&nbsp; &nbsp; &nbsp; Katalonien ;url=index.php?page=katalonien;");
	}

	with(mjk=new menuname("usa")){

	style=menuStyle;
	aI("text=&nbsp; &nbsp; &nbsp; USA &nbsp; &nbsp; &nbsp; &nbsp; ;url=index.php?page=usa;");
	}	
	

drawMenus();

