

_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(menuStyle=new mm_style()){
	onbgcolor="";
	oncolor="#E8A717";
	offbgcolor="";
	offcolor="#FFFFFF";
	bordercolor="";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="";
	separatorsize="0";
	padding=3;
	fontsize="10px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, Arial, Helvetica";
	headercolor="#CCFF33";
	headerbgcolor="";
	subimage="/images/arrow.gif";
}

with(submenuStyle=new mm_style()){
	onbgcolor="";
	oncolor="#E8A717";
	offbgcolor="#436078";
	offcolor="#FFFFFF";
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="";
	separatorsize="0";
	padding=3;
	fontsize="10px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, Arial, Helvetica";
	headercolor="#CCFF33";
	headerbgcolor="";
	subimage="/images/arrow.gif";
	overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Hoofmenu")){
	style=menuStyle;
	top=0;
	left=0;
	itemwidth=130;
	itemheight=24;
	alwaysvisible=1;
	orientation="vertical";
	overfilter="";
	position="relative";
	
	aI("text=Home;url=/;");
	aI("text=Hotels Gotenburg;url=/content/gotenburg-hotels.php;showmenu=Gotenburg;");
	aI("text=Hotels Stockholm;url=/content/hotel_stockholm.php;showmenu=Stockholm;");
	aI("text=Hostels, jeugdherbergen en budgethotels (in het Engels);url=http://www.reservations.bookhostels.com/stockholm-hotels/;");
	aI("text=Overige hotels in Zweden;url=/content/zweden-hotels.php;showmenu=Zweden;");
	aI("text=Boek een vakantiehuisje in Zweden;url=http://www.novasol.nl/novasol?A=2026386&R=S&C=752;target=_blank;");
	
}

with(milonic=new menuname("Gotenburg")){
	style=submenuStyle;
	itemwidth=150;
	itemheight=24;
	aI("text=Boek een hotel;url=/content/gotenburg-hotels.php;");
	aI("text=Informatie over Gotenburg;url=http://www.zwedenweb.com/content/goteborg.php;target=_blank;");
}

with(milonic=new menuname("Stockholm")){
	style=submenuStyle;
	itemwidth=150;
	itemheight=24;
	aI("text=Boek een hotel;url=/content/hotel_stockholm.php;");
	aI("text=Informatie over Stockholm;url=http://www.visitstockholm.nl.php;target=_blank;");
}

with(milonic=new menuname("Zweden")){
	style=submenuStyle;
	itemwidth=150;
	itemheight=24;
	aI("text=Boek een hotel;url=/content/zweden-hotels.php;");
	aI("text=Hostels, jeugdherbergen en budgethotels (in het Engels);url=http://www.reservations.bookhostels.com/stockholm-hotels/;");
	aI("text=Informatie over Zweden;url=http://www.zwedenweb.com/;target=_blank;");
}

drawMenus();
