


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1              // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=3               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#ffffff";
offbgcolor="#336699";
offcolor="#eeeeee";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6699cc";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#336699";
headercolor="#f6e6c8";
headerbgcolor="#6699cc";
subimage="imgs/arrow.gif";
subimagepadding="5";
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=121;
left=22;
alwaysvisible=1;
followscroll="1";
overflow="scroll";
aI("text=&nbsp;M&nbsp;&nbsp;E&nbsp;&nbsp;N&nbsp;&nbsp;Y&nbsp;&nbsp;;type=header;align=center;");
aI("text=PS Digit;showmenu=home;url=index.html;status=Back To Home Page;");
aI("text=Musikk;showmenu=musikk;url=musindex.html;");
aI("text=Data;showmenu=data;url=dataindex.html;");
aI("text=Tall;showmenu=tall;url=tallindex.html;");
}

with(milonic=new menuname("home")){
style=menuStyle;
aI("text=Om&nbsp;PS&nbsp;Digit;url=psdindex.html;");
}

with(milonic=new menuname("musikk")){
style=menuStyle;
aI("text=Diskografi;url=disco.html;");
aI("text=WEB-radio;url=radio-list.html;");
}

with(milonic=new menuname("data")){
style=menuStyle;
 aI("text=Datasikkerhet;url=data-secu.html;");
 aI("text=MS-DOS;url=data-dos.html;");
 aI("text=WEB-design;url=data-design.html;");
 aI("text=WEB-meny;url=data-milonic.html;");
 aI("text=WinXP-tips;url=data-xptips.html;");
}

with(milonic=new menuname("tall")){
style=menuStyle;
aI("text=Fremmede&nbsp;tall;url=tallene.html;");
aI("text=Store&nbsp;tall;url=tallbig.html;");
}

drawMenus();

