<!--

/*
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=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="verdana";
hdrFontSize="1.5px";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1.5px";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1.5px";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Content"; // <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]=["Product"] //create header
ssmItems[1]=["Bags", "http://shop.hltime.com.my/index.php?route=product/category&path=48_55", "I1"]
ssmItems[2]=["Bottles", "http://shop.hltime.com.my/index.php?route=product/category&path=48_51","I1"]
ssmItems[3]=["Calculators", "http://shop.hltime.com.my/index.php?route=product/category&path=35", "I1"]
ssmItems[4]=["Coin Box", "http://shop.hltime.com.my/index.php?route=product/category&path=48_62", "I1"]
ssmItems[5]=["Clock", "http://shop.hltime.com.my/index.php?route=product/category&path=36", "I1"]
ssmItems[6]=["Cutlery Sets ", "http://shop.hltime.com.my/index.php?route=product/category&path=48_56", "I1"]
ssmItems[7]=["Corporate Gifts set", "http://shop.hltime.com.my/index.php?route=product/category&path=67", "I1"]
ssmItems[8]=["Ceramic Tea Sets", "http://shop.hltime.com.my/index.php?route=product/category&path=48_58", "I1"]
ssmItems[9]=["Destop Items/Pen Holder", "http://shop.hltime.com.my/index.php?route=product/category&path=38", "I1"]
ssmItems[10]=["Highlighter", "http://shop.hltime.com.my/index.php?route=product/category&path=43", "I1"]
ssmItems[11]=["KLCC Items", "http://shop.hltime.com.my/index.php?route=product/category&path=63", "I1"]
ssmItems[12]=["Keychains", "http://shop.hltime.com.my/index.php?route=product/category&path=40", "I1"]
ssmItems[13]=["Food container", "http://shop.hltime.com.my/index.php?route=product/category&path=71", "I1"]
ssmItems[14]=["Massages", "http://shop.hltime.com.my/index.php?route=product/category&path=48_52", "I1"]
ssmItems[15]=["Mini Fans", "http://shop.hltime.com.my/index.php?route=product/category&path=48_54", "I1"]
ssmItems[16]=["Mug", "http://shop.hltime.com.my/index.php?route=product/category&path=48_64", "I1"]
ssmItems[17]=["Manicure Sets", "http://shop.hltime.com.my/index.php?route=product/category&path=44", "I1"]
ssmItems[18]=["Memo Boxes", "http://shop.hltime.com.my/index.php?route=product/category&path=66", "I1"]
ssmItems[19]=["Metal Pens", "http://shop.hltime.com.my/index.php?route=product/category&path=42", "I1"]
ssmItems[20]=["Name Card Holders", "http://shop.hltime.com.my/index.php?route=product/category&path=46", "I1"]
ssmItems[21]=["Notebooks", "http://shop.hltime.com.my/index.php?route=product/category&path=45", "I1"]
ssmItems[22]=["Pendrive", "http://shop.hltime.com.my/index.php?route=product/category&path=41", "I1"]
ssmItems[23]=["Plastic pen-1", "http://shop.hltime.com.my/index.php?route=product/category&path=61", "I1"]
ssmItems[24]=["Plastic pen-2", "http://shop.hltime.com.my/index.php?route=product/category&path=72", "I1"]
ssmItems[25]=["Photo Frames", "http://shop.hltime.com.my/index.php?route=product/category&path=48_49", "I1"]
ssmItems[26]=["Teapot Set", "http://shop.hltime.com.my/index.php?route=product/category&path=48_57", "I1"]
ssmItems[27]=["Torchlights", "http://shop.hltime.com.my/index.php?route=product/category&path=37", "I1"]
ssmItems[28]=["Umbrellas", "http://shop.hltime.com.my/index.php?route=product/category&path=50", "I1"]
ssmItems[29]=["Universal Travelar Adaptor", "http://shop.hltime.com.my/index.php?route=product/category&path=48_65", "I1"]
ssmItems[30]=["Yoyo Tags", "http://shop.hltime.com.my/index.php?route=product/category&path=47", "I1"]
ssmItems[31]=["Others", "http://shop.hltime.com.my/index.php?route=product/category&path=48_59", "I1"]




buildMenu();

//-->

