

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="#000000";
pagecolor="#000000";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="tahoma";
valign="bottom";
itemheight=71;
rawcss="padding-left:10px; padding-right:10px; padding-bottom:10px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#646464";
oncolor="#ffffff";
pagecolor="#A00000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#646464";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma";
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=0;
left=-1000;
alwaysvisible=1;
orientation="horizontal";


aI("text=Startsida;url=/page130.html;showmenu=menu130;offbgcolor=#795c26");



aI("text=Nyheter;url=/page273.html;showmenu=menu273;offbgcolor=#906d2d");



aI("text=Butiken;url=/page142.html;showmenu=menu142;offbgcolor=#ac8336");



aI("text=&#214;ppettider;url=/page144.html;showmenu=menu144;offbgcolor=#be903c");



aI("text=Tips &amp; R&#229;d;url=/page143.html;showmenu=menu143;offbgcolor=#c9993f");



aI("text=Blogg;url=/page287.html;showmenu=menu287;offbgcolor=#d3a042");



aI("text=Pay and Jump;url=/page285.html;showmenu=menu285;offbgcolor=#e2ac47");



aI("text=Om oss;url=/page131.html;showmenu=menu131;offbgcolor=#e2ac47");



aI("text=Villkor;url=/page132.html;showmenu=menu132;offbgcolor=#e2ac47");



aI("text=Kontakt;url=/page133.html;showmenu=menu133;offbgcolor=#e2ac47");

}


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 + 16
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿

