



_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=-5              // Sub menu top offset
_subOffsetLeft=5            // Sub menu left offset

with(mainStyle=new mm_style()){
oncolor="#ffffff";
offcolor="#EEEBDC";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=1;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="tahoma";
pagecolor="#ffffff";
valign="middle";
itemheight=20;
rawcss="padding-right:15px;";
}


with(subStyle=new mm_style()){
itemwidth=140;
itemheight=17;
valign="middle";
onbgcolor="#D5D2CD";
oncolor="#40312C";
offbgcolor="#ffffff";
offcolor="#40312C";
bordercolor="#AFAFAF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="tahoma";
pagecolor="#40312C";
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=95;
left=-1000;
alwaysvisible=1;
orientation="horizontal";

aI("text=HOME PAGE;url=/1-35-topmenu-1.html;showmenu=menu35");

aI("text=WORK SHOP;url=/1-36-topmenu-2.html;showmenu=menu36");

aI("text=BOOKS;url=/1-37-topmenu-3.html;showmenu=menu37");

aI("text=SHOPS;url=/1-43-butikker.html;showmenu=menu43");

aI("text=YARNS;url=/1-44-garner.html;showmenu=menu44");

aI("text=ABOUT US;url=/1-46-information.html;showmenu=menu46");

}





with(milonic=new menuname("menu35")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu36")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu37")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}









with(milonic=new menuname("menu43")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=DENMARK;url=/1-72-danmark.html;showmenu=menu72");

aI("text=NORWAY;url=/1-78-norge.html;showmenu=menu78");

aI("text=SWEDEN;url=/1-84-s.html;showmenu=menu84");

aI("text=FAROE ISLANDS;url=/1-77-faeroeerne.html;showmenu=menu77");

aI("text=GERMANY;url=/1-79-tyskland.html;showmenu=menu79");

aI("text=SWITZERLAND;url=/1-85-schweitz.html;showmenu=menu85");

aI("text=GREAT BRITAIN;url=/1-86-england.html;showmenu=menu86");

aI("text=USA;url=/1-87-usa.html;showmenu=menu87");

aI("text=JAPAN;url=/1-101-japan.html;showmenu=menu101");

aI("text=NETHERLANDS;url=/1-102-netherlands.html;showmenu=menu102");


}









with(milonic=new menuname("menu72")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";


aI("text=Jylland;url=/1-73-jylland.html;showmenu=menu73");

aI("text=Sjælland;url=/1-74-sjaelland.html;showmenu=menu74");

aI("text=Fyn;url=/1-75-fyn.html;showmenu=menu75");

aI("text=Bornholm;url=/1-76-bornholm.html;showmenu=menu76");


}


with(milonic=new menuname("menu78")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu84")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu77")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu79")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu85")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu86")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu87")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu101")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu102")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu44")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";


aI("text=COLOURS;url=/1-45-farvekort.html;showmenu=menu45");


}









with(milonic=new menuname("menu45")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=5";



}


with(milonic=new menuname("menu46")){
style=subStyle;
overflow="scroll";
left="offset=0";
top="offset=7";



}










drawMenus();

function setLeftPosOfMainMenu() {
	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 + 280
	spos(gmobj("menu" + getMenuByName("Main Menu")),null,intLeftPos,null,null);
}

onload = setLeftPosOfMainMenu;
onresize = setLeftPosOfMainMenu;