<!--

/*
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=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#1D67DD";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="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]=["Quick Menu"] //create header
ssmItems[1]=["Home", "http://www.bodhost.com/", ""]
ssmItems[2]=["Affiliate Program", "http://www.bodhost.com/affiliate/",""]
ssmItems[3]=["BODHost Web Server Forum", "http://www.bodhost.com/forum/",""]
ssmItems[4]=["VPS Hosting", "http://www.bodhost.com/vps-hosting.shtml",""]

ssmItems[5]=["Linux VPS Hosting", "http://www.bodhost.com/linux-vps-hosting.shtml",""]
ssmItems[6]=["Windows VPS Hosting", "http://www.bodhost.com/windows-vps-hosting.shtml", ""]
ssmItems[7]=["Cloud Server Hosting", "http://www.bodhost.com/cloud-server-hosting.shtml", ""]

ssmItems[8]=["Hyper-V VPS Hosting", "http://www.bodhost.com/hyperV-vps-web-hosting.shtml", ""]
ssmItems[9]=["Dedicated Server Hosting", "http://www.bodhost.com/dedicated-server-hosting.shtml", ""]
ssmItems[10]=["Linux Dedicated Servers", "http://www.bodhost.com/linux-dedicated-servers.shtml", ""]

ssmItems[11]=["Windows Dedicated Servers", "http://www.bodhost.com/windows-dedicated-servers.shtml", ""]
ssmItems[12]=["Data Centers", "http://www.bodhost.com/data-center.shtml", ""]
ssmItems[13]=["Managed Colocation", "http://www.bodhost.com/managed-colocation-servers.shtml", ""]
ssmItems[14]=["Off-site Backup Solutions", "http://www.bodhost.com/backup-server-hosting.shtml", ""]
ssmItems[15]=["Terms of Service", "http://www.bodhost.com/terms-conditions.shtml", ""]
ssmItems[16]=["Contact BODHost Team", "http://support.bodhost.com/", ""]

buildMenu();


//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[7]=["External Links", "", ""] //create header
//-->
