



_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=-5              // Sub menu top offset
_subOffsetLeft=5            // Sub menu left offset

with(mainStyle=new mm_style()){
oncolor="#1a4c17";
offcolor="#499147";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=1;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
pagecolor="#1a4c17";
valign="middle";
itemheight=20;
rawcss="padding-right:20px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#a6a6a6";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#737373";
bordercolor="#a6a6a6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="tahoma";
pagecolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
rawcss="padding-left:2px;";
}




with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=317;
left=-1000;
alwaysvisible=1;
orientation="horizontal";

aI("text=Velkomst;url=/1-28-velkomst.html;showmenu=menu28");

aI("text=Hvilke regler gælder;url=/1-30-hvilke-regler-gaelder.html;showmenu=menu30");

aI("text=Bekendtgørelser;url=/1-29-bekendtgoerelser.html;showmenu=menu29");

aI("text=At-vejledninger;url=/1-27-at-vejledninger.html;showmenu=menu27");

aI("text=Nyhedsbreve;url=/1-46-nyhedsbreve.html;showmenu=menu46");

aI("text=Links;url=/1-49-links.html;showmenu=menu49");

aI("text=Kontakt os;url=/1-31-kontakt-os.html;showmenu=menu31");

}





with(milonic=new menuname("menu28")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu30")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=Overordnede lovkrav;url=/1-43-overordnede-lovkrav.html;showmenu=menu43");

aI("text=Lovkrav til maskiner/komponenter;url=/1-44-lovkrav-til-maskinerkomponenter.html;showmenu=menu44");

aI("text=Dokumentationskrav til hele anlægget;url=/1-45-dokumentationskarv-til-maskinerkomponenter.html;showmenu=menu45");


}









with(milonic=new menuname("menu43")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu44")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu45")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu29")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu27")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu46")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=Tilmelding;url=/1-47-tilmelding.html;showmenu=menu47");

aI("text=Nyhedsbreve;url=/1-48-nyhedsbreve.html;showmenu=menu48");


}









with(milonic=new menuname("menu47")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu48")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu49")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=omregner;url=/1-50-omregner.html;showmenu=menu50");


}









with(milonic=new menuname("menu50")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu31")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}










drawMenus();

function setLeftPosOfMainMenu() {
	var ie4_check = (document.all && !document.getElementById) ? 	true : false;
	var ie5_check = (document.all && document.getElementById) ? 	true : false;
	if (ie4_check || ie5_check) {
		width = document.body.clientWidth;
		} 
	else {
		width = window.innerWidth;
	}
	intLeftPos = width/2-450
	intLeftPos = intLeftPos + 87
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

onload = setLeftPosOfMainMenu;
onresize = setLeftPosOfMainMenu;