


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#9E8A49";
oncolor="#ffffff";
offbgcolor="#CCCCCC";
offcolor="#333333";
bordercolor="#737981";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#979FAB";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Geneva, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";



}


with(milonic=new menuname("rum")){
style=menuStyle;
screenposition="center"; 
menualign="center";
top=64;
left="offset=-346px";
overflow="scroll";
aI("text=Rumstyp 1;url=rum.php;");
aI("text=Rumstyp 2;url=rum.php;");
aI("text=Rumstyp 3;url=rum.php;");
aI("text=Rumstyp 4;url=rum.php;");

}

with(milonic=new menuname("konferens")){
style=menuStyle;
screenposition="center"; 
menualign="center";
top=64;
left="offset=-307px";
aI("text=Översikt;url=konferens.php;");
aI("text=Rumstyp 1;url=konferens.php;");
aI("text=Rumstyp 2;url=konferens.php;");
aI("text=Rumstyp 3;url=konferens.php;");
aI("text=Maila din förfrågan;url=konferens.php;");
}

with(milonic=new menuname("nojen")){
style=menuStyle;
screenposition="center"; 
menualign="center";
top=64;
left="offset=-228px";
aI("text=Nattklubb;url=nattklubb.php;");
aI("text=Hunting;url=hunting.php;");
aI("text=Vinkällare;url=vinkallare.php;");
aI("text=Grand'Or;url=grandor.php;");
aI("text=Bara;url=bara.php;");
aI("text=Bildgalleri;url=bildgalleri.php;");
}

with(milonic=new menuname("aktiviteter")){
style=menuStyle;
screenposition="center"; 
menualign="center";
top=64;
left="offset=-128px";
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("senastenytt")){
style=menuStyle;
screenposition="center"; 
menualign="center";
top=64;
left="offset=-43px";
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();
