<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C1C3C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#C1C3C0";
linkOverBGColor="#CBCBCB";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6C6C6C";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#C6C6C6";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HBQ"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "javascript:show();", ""]
ssmItems[2]=["Harry Boys", "javascript:show(666);",""]


ssmItems[3]=["IRC", "irc://irc.quakenet.org/#HBQ", "", 1, "no"] //create two column row
ssmItems[4]=["Email", "mailto:gerdt@harryboyquakers.net", "",1]

ssmItems[5]=["External Links", "", ""] //create header
ssmItems[6]=["euroq2l", "http://q2scene.net/euroq2l/", "_new"]
ssmItems[7]=["2x2?", "http://q2scene.net/2x2/", "_new"]

buildMenu();

//-->
