

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="#FFFFFF";
pagecolor="#FFFFFF";
offcolor="#bfea89";
pagebgcolor="transparent";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#20570f";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
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="#bfea89";
oncolor="#000000";
pagecolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11px";
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=187;
left=-1000;
alwaysvisible=1;
orientation="horizontal";


aI("text=V&#228;lkommen;url=/page130.html;showmenu=menu130;offbgcolor=transparent;onbgcolor=");



aI("text=Priser;url=/page345.html;showmenu=menu345;offbgcolor=transparent;onbgcolor=");



aI("text=G&#246;teborg ATV;url=/page131.html;showmenu=menu131;offbgcolor=transparent;onbgcolor=");



aI("text=G&#246;teborg Paintball;url=/page314.html;showmenu=menu314;offbgcolor=transparent;onbgcolor=");



aI("text=G&#246;teborg 5-kamp;url=/page315.html;showmenu=menu315;offbgcolor=transparent;onbgcolor=");



aI("text=Folkrace;url=/page333.html;showmenu=menu333;offbgcolor=transparent;onbgcolor=");



aI("text=Villkor;url=/page132.html;showmenu=menu132;offbgcolor=transparent;onbgcolor=");



aI("text=Kontakt;url=/page133.html;showmenu=menu133;offbgcolor=transparent;onbgcolor=");



aI("text=Fotogalleri;url=/page344.html;showmenu=menu344;offbgcolor=transparent;onbgcolor=");



aI("text=Hitta till oss;url=/page348.html;showmenu=menu348;offbgcolor=transparent;onbgcolor=");

}


with(milonic=new menuname("menu130")){
style=subStyle;

left="offset=0";
top="offset=8";


aI("text=G&#246;teborgs &#196;ventyrscenter;url=/page346.html;showmenu=menu346");

}


with(milonic=new menuname("menu131")){
style=subStyle;

left="offset=0";
top="offset=8";


aI("text=Bilder;url=/page325.html;showmenu=menu325");



aI("text=Info;url=/page326.html;showmenu=menu326");



aI("text=Banan;url=/page327.html;showmenu=menu327");



aI("text=Utrustning;url=/page328.html;showmenu=menu328");

}


with(milonic=new menuname("menu314")){
style=subStyle;

left="offset=0";
top="offset=8";


aI("text=Bilder;url=/page321.html;showmenu=menu321");



aI("text=Info;url=/page322.html;showmenu=menu322");



aI("text=Olika spel;url=/page323.html;showmenu=menu323");

}


with(milonic=new menuname("menu315")){
style=subStyle;

left="offset=0";
top="offset=8";


aI("text=Bilder;url=/page330.html;showmenu=menu330");



aI("text=Info;url=/page331.html;showmenu=menu331");



aI("text=Aktiviteter;url=/page332.html;showmenu=menu332");

}


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 + 6
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

window.onload = setLeftPosOfTopMenu;
window.onresize = setLeftPosOfTopMenu;﻿

