<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="magenta";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="green";
hdrBGColor="pink";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="green";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HOANG HA"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////#000000
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["LIEN KET"] //Hoang Ha
ssmItems[1]=["HOANG HA", "http://noithatotohoangha.com", "_new"]
ssmItems[2]=["BLOG", "http://my.opera.com/hoangha/blog","_new"]
ssmItems[3]=["THAILAND", "http://noithatotohoangha.com/thailandindex", "_new"]
ssmItems[4]=["OTOFUN", "http://otofun.net", "_new"]
ssmItems[5]=["HINH ANH", "http://noithatotohoangha.com/hinhanhdep", "_new"]


buildMenu();

//-->