<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // 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=320; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Tahoma";
hdrFontSize="2";
hdrFontColor="navy";
hdrBGColor="#C0C0C0";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E0DFDF";
linkTarget="_top";
linkAlign="center";
barBGColor="red";
barFontFamily="Tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="  M E N U  "; // <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]=["YO RECOMIENDO"]
ssmItems[1]=["Droid 3", "http://droid3.webtops.ws", "_blank"]
ssmItems[2]=["GVO Conference", "http://techworker.myprelaunchinvite.com/1/es/", "_blank"]
ssmItems[3]=["Afiliados Elite", "http://techworker.aelite.hop.clickbank.net", "_blank"]
ssmItems[4]=["De Novato A Networker", "http://techworker.xaviboss.hop.clickbank.net", "_blank"]


buildMenu();

//-->

