<!--

/*
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="#1A1D1F";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#EDEDED";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
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.co.uk", ""]
ssmItems[2]=["cPanel Web Hosting", "cpanel-web-hosting.shtml",""]
ssmItems[3]=["Windows Web Hosting", "windows-web-hosting.shtml", ""]
ssmItems[4]=["Linux Reseller Hosting", "linux-reseller-web-hosting.shtml", ""]
ssmItems[5]=["Windows Reseller Hosting", "windows-reseller-web-hosting.shtml", ""]
ssmItems[6]=["Linux VPS Hosting", "linux-vps-hosting.shtml", ""]
ssmItems[7]=["Windows VPS Hosting", "windows-vps-hosting.shtml", ""]
ssmItems[8]=["Dedicated Servers Hosting", "dedicated-servers-hosting.shtml", ""]
ssmItems[9]=["Cloud Server Hosting", "cloud-server-hosting.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
//-->
