<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="LINKS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Links:"] //create header
ssmItems[1]=["Caretaker AntiSpam", "http://www.surfright.nl/nl/shop?rc=281802", "_blank"]
ssmItems[2]=["NOD32"]
ssmItems[3]=["Site","http://www.nod32.nl","_blank"]
ssmItems[4]=["Documentatie","http://www.nod32.nl/download/docs","_blank"]
ssmItems[5]=["FAQ","http://www.nod32.nl/support/faq","_blank"]
ssmItems[6]=["Contact","http://www.bvd.net/nodcontact.html",""]
ssmItems[7]=["Tools:", "", ""] //create header
ssmItems[8]=["Email stuff", "http://emailstuff.org/", "_blank"]
ssmItems[9]=["KeyFinder","http://www.bvd.net/downloads/keyfinder.exe","_blank"]
ssmItems[10]=["WHOIS?", "http://tools.whois.net/whoisbyip/", "_blank"]
ssmItems[11]=["Remote support:"]
ssmItems[12]=["ISLlight","http://www.islonline.net/start/ISLLightClient","_blank"]
ssmItems[13]=["Teamviewer","http://www.bvd.net/downloads/TeamViewerQS_BVD_nl.exe",""]
buildMenu();

//-->
