

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(mainStyle=new mm_style()){
oncolor="#c10000";
pagecolor="#FFFFFF";
offcolor="#5e794d";
pagebgcolor="#5e794d";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5e794d";
separatorsize="2";
padding=0;
fontsize="14px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
valign="middle";
itemheight=25;
rawcss="padding-left:10px; padding-right:10px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#ffffff";
oncolor="#c10000";
pagecolor="#ffffff";
offbgcolor="#5e794d";
offcolor="#ffffff";
bordercolor="#646464";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="13px";
fontstyle="normal";
fontfamily="tahoma";
overfilter="Fade(duration=0.2);Alpha(opacity=80);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=164;
left=-1000;
alwaysvisible=1;
orientation="horizontal";


aI("text=Forside;url=/page130.html;showmenu=menu130;offbgcolor=#ffffff;onbgcolor=#ffffff");



aI("text=10 &#229;rs garanti;url=/page131.html;showmenu=menu131;offbgcolor=#ffffff;onbgcolor=#ffffff");



aI("text=Polycarbonat kontra glas;url=/page207.html;showmenu=menu207;offbgcolor=#ffffff;onbgcolor=#ffffff");



aI("text=Betingelser;url=/page132.html;showmenu=menu132;offbgcolor=#ffffff;onbgcolor=#ffffff");



aI("text=Kontakt;url=/page133.html;showmenu=menu133;offbgcolor=#ffffff;onbgcolor=#ffffff");



aI("text=Galleri;url=/page319.html;showmenu=menu319;offbgcolor=#ffffff;onbgcolor=#ffffff");

}


with(milonic=new menuname("menu212")){
style=subStyle;

left="offset=5";
top="offset=-2";


aI("text=10;url=/page244.html;showmenu=menu244");

}


drawMenus();

function setLeftPosOfTopMenu() {
	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 + 4
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿

