<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
staticYOffset=120; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#BB88DD";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#AA44DD";
barFontFamily="OCR A Extended, Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=28; // no quotes!!
barText='<img src="wasmenu2.gif" border=0>' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("where would U like to<BR>stick your nose in?", "", "", "");
addItem("jaar-agenda oud", "calender.html", "", "");
addItem("dwh mainpage", "http://www.dwhdelft.nl/", "", "");
addItem("trein/auto dwh-wegwijzer", "route.html", "", "");
addItem("wash/dresscode/basics", "dress2.html", "");
addItem("DWH dancechart 06", "music.html", "", "");
addItem("Haagse dancechart", "http://www.fresh.fm/index.php?option=com_content&task=view&id=52&Itemid=71", "", "");
addItem("the boss, onze Haagse buren", "http://www.the-boss.nl/", "", "");
addItem("regio's sex places", "regio.html", "", "");
addItem("Ad@'s darkroomdiaries", "http://www.queerlog.nl/log/log.html", "", "");
addItem("ourtube", "http://www.queerlog.nl/ourtube.html", "", "");
addItem("delftboiz", "http://www.delftboys.com", "", "");
buildMenu();


//-->
