



_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="#e9e9e9";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=1;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="tahoma";
pagecolor="#e9e9e9";
valign="middle";
itemheight=20;
rawcss="padding-right:40px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#e9e9e9";
oncolor="#58585a";
offbgcolor="#ffffff";
offcolor="#58585a";
bordercolor="#a7a9ac";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="tahoma";
pagecolor="#58585a";
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=150;
left=-1000;
alwaysvisible=1;
orientation="horizontal";

    aI("text=Til forsiden;url=/1-35-ingemann.html;showmenu=menu35");

    aI("text=Virksomhedsprofil;url=/1-36-virksomhedsprofil.html;showmenu=menu36");

    aI("text=Kompetencer;url=/1-37-kompetencer.html;showmenu=menu37");

    aI("text=Maskinliste;url=/1-43-maskinliste.html;showmenu=menu43");

    aI("text=Søg;url=/1-44-soeg.html;showmenu=menu44");

    aI("text=Udskriv;clickfunction=window.print();");  

    aI("text=Kontakt;url=/1-46-kontakt.html;showmenu=menu46");

}





with(milonic=new menuname("menu35")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu36")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=Virksomheden idag;url=/1-47-virksomheden-idag.html;showmenu=menu47");

aI("text=Fakta;url=/1-48-fakta.html;showmenu=menu48");

aI("text=Kundefordele;url=/1-49-kundefordele.html;showmenu=menu49");

aI("text=Hædersbevisninger;url=/1-50-haedersbevisninger.html;showmenu=menu50");

aI("text=Historie;url=/1-51-historie.html;showmenu=menu51");

aI("text=Download;url=/1-52-download.html;showmenu=menu52");


}









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=5";



}


with(milonic=new menuname("menu50")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu51")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu52")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu37")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=Ordreproduktion;url=/1-53-ordreproduktion.html;showmenu=menu53");

aI("text=Produktudvikling;url=/1-54-produktudvikling.html;showmenu=menu54");

aI("text=Produktionsoptimering;url=/1-55-produktionsoptimering.html;showmenu=menu55");

aI("text=Kvalitetsstyring;url=/1-56-kvalitetsstyring.html;showmenu=menu56");

aI("text=Logistikstyring;url=/1-57-logistikstyring.html;showmenu=menu57");

aI("text=Rammeaftaler;url=/1-58-rammeaftaler.html;showmenu=menu58");

aI("text=Systemleverancer;url=/1-59-systemleverancer.html;showmenu=menu59");


}









with(milonic=new menuname("menu53")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu54")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu55")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu56")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu57")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu58")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu59")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu43")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu44")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu45")){
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";



}










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 + 115
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

onload = setLeftPosOfMainMenu;
onresize = setLeftPosOfMainMenu;