<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Trebuchet MS";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Trebuchet MS";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Trebuchet MS";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="KLIK SINI"; // <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]=["My Menu"] //create header
ssmItems[1]=["Iklan Banner", "http://www.ezeezone.net/bannerpro", "_blank"]
ssmItems[2]=["Iklan Online", "http://www.ezeezone.net/iklan","_blank"]
ssmItems[3]=["Iklan Portal", "http://www.ezeezone.net/iklanv2", "_blank"]
ssmItems[4]=["Iklan Percuma", "http://www.ezeezone.net/iklan-percuma", "_blank"]
ssmItems[5]=["Iklan Cloud", "http://www.ezeezone.net/word-cloud", "_blank"]
ssmItems[6]=["Iklan Direktori", "http://www.ezeezone.net/yp", "_blank"]
ssmItems[7]=["Demo Link", "http://www.ezeezone.net/demo", "_blank"]

ssmItems[8]=["Help", "http://www.ezeezone.net/pleasehelpme", "_blank", 1, "no"] //create two column row
ssmItems[9]=["Affiliate", "http://www.ezeezone.com", "_blank",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["My Blog", "http://www.blog.ezeezone.net", "_blank"]
ssmItems[12]=["My Decoder", "http://www.ezeezone.net/decoder", "_blank"]
ssmItems[13]=["My Forum", "http://www.forum.ezeezone.net", "_blank"]
ssmItems[14]=["My BannerX", "http://www.ezeezone.net/iklan-banner", "_blank"]

buildMenu();

//-->