<!--

/*
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]=["Dedicated Servers", "dedicated-server-hosting.shtml",""]
ssmItems[3]=["Linux Dedicated Servers", "linux-dedicated-servers.shtml",""]
ssmItems[4]=["Cloud Server Hosting", "cloud-server-hosting.shtml",""]
ssmItems[5]=["Windows Dedicated Servers", "windows-dedicated-servers.shtml",""]
ssmItems[6]=["VPS Hosting", "vps-hosting.shtml", ""]
ssmItems[7]=["Linux VPS Hosting", "linux-vps-hosting.shtml", ""]
ssmItems[8]=["Windows VPS Hosting", "windows-vps-hosting.shtml", ""]
ssmItems[9]=["Fail-over VPS Hosting", "virtual-private-server-mirroring.shtml", ""]
ssmItems[10]=["HyperV Hosting", "hyperV-vps-web-hosting.shtml", ""]
ssmItems[11]=["Managed Colocation", "managed-colocation-servers.shtml", ""]
ssmItems[12]=["Load Balanced Server", "load-balancing-dedicated-server-hosting.shtml", ""]
ssmItems[13]=["Backup Server Hosting", "backup-server-hosting.shtml", ""]
ssmItems[14]=["SSL Certificate", "ssl-certificates.shtml", ""]
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
//-->