<!--
//Configure menu styles below
//NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

YOffset=192; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="THE HANDS-ON NETWORKS"; // <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]=[" Everything New"] //create header
ssmItems[1]=[" Videos", "/media/media_home.html?_new=1", ""]
ssmItems[2]=[" News", "/articles/",""]
ssmItems[3]=[" Events", "/sponsor/events/listings/", ""]
ssmItems[4]=[" Projects", "/sponsor/projects/listings/", "_new"]
ssmItems[5]=[" Members", "/connect/members/listing/", ""]
ssmItems[6]=[" Businesses", "/connect/businesses/", ""]

ssmItems[7]=[" Email Us", "/admin/mailus.html", ""] //create two column row
//ssmItems[7]=[" Email Us", "/admin/mailus.html", "", 1, "no"] //create two column row
//ssmItems[8]=["Register", "/signup/?_t=member", "",1]
*/

ssmItems[0]=[" Hands-ON Networks"] //create header
ssmItems[1]=[" Hands-onTV", "http://www.handsontv.com", "_blank"]
ssmItems[2]=[" Caribbean Networks", "http://www.thecaribbeannetworks.com", "_blank"]
ssmItems[3]=[" Hands-on Media", "http://www.handsonmediaservices.com", "_blank"]
ssmItems[4]=[" Hands-on Financial", "http://www.handsonfinancialplanning.com", "_blank"]
ssmItems[5]=[" Jamaican Diaspora", "http://www.jamaicadiaspora.com", "_blank"]
ssmItems[6]=[" Jamaican Affairs", "http://www.jamaicanaffairs.com", "_blank"]
ssmItems[7]=[" Jamaican Travel", "http://www.jamaican-travel.com", "_blank"]
ssmItems[8]=[" Religious Affairs", "http://www.religiousaffairs.org", "_blank"]
ssmItems[9]=[" Join The Network", "/signup/?_t=channel", ""]
ssmItems[10]=[""] //create header
buildMenu();
//-->