<!--

/*
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="#663300";
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="#F0CB91";
hdrAlign="center";
hdrVAlign="top";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#F7E3BB";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFCC00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#660000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="*TG Services*"; // <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]=["T.G General services","http://www.tgehost.com","_new"] //create header
ssmItems[1]=["Domains", "https://www.securepaynet.net/gdshop/registrar/search.asp?prog_id=280388&ci=1775&isc=wwbb39", "_new"]
ssmItems[2]=["Web Hosting", "https://www.securepaynet.net/gdshop/hosting/shared.asp?prog_id=280388&ci=1783&","_new"]
ssmItems[3]=["SSL Certificate", "https://www.securepaynet.net/gdshop/ssl/ssl.asp?prog_id=280388&ci=1790&isc=wwbb39", "_new"]
ssmItems[4]=["Email", "https://www.securepaynet.net/gdshop/email/personal.asp?prog_id=280388&ci=12940&isc=wwbb39", "_new"]
ssmItems[5]=["Marketing", "https://www.securepaynet.net/gdshop/ecommerce/cart.asp?prog_id=280388&ci=1802&isc=wwbb39", "_new"]

buildMenu();

//-->
