<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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="#125980";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#DFAC05";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NEWDOC SIDE MENU"; // <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]=["NEWDOC FORUMS"] //create header
ssmItems[1]=["Forums", "/forums"]
ssmItems[2]=["FTA NEWS", "/forums/forumdisplay.php?f=28"]
ssmItems[3]=["General Questions", "/forums/general-questions/"]
ssmItems[4]=["Main", "/forums/forumdisplay.php?f=1"]
ssmItems[5]=["Files", "/forums/receiver-files-downloads/"]
ssmItems[6]=["Help", "/forums/forumdisplay.php?f=33", "_blank"]
ssmItems[7]=["Member Areas"]
ssmItems[8]=["User CP", "/forums/usercp.php", "_blank",1, "no"] //create two column row
ssmItems[9]=["PM", "/forums/private.php", "_blank",1]

ssmItems[10]=["Receivers", "", "_blank"] //create header
ssmItems[11]=["Sonicview", "/forums/forumdisplay.php?f=69"]
ssmItems[12]=["Viewsat", "/forums/forumdisplay.php?f=74"]
// ssmItems[13]=["PhP", "http://www.php.net", ""]
// ssmItems[14]=["MySql", "http://www.codingforums.com", "_blank"]

buildMenu();

//-->
