<!--

/*
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=10 // no quotes!!
waitTime=200; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white"; //大标题颜色
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#5E96C7"; //菜单背景
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="产品业绩"; // <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]=["各种产品业绩"] //create header
ssmItems[1]=["化工领域", "user1.htm", "_blank"]
ssmItems[2]=["化肥领域", "user3.htm","_blank"]
ssmItems[3]=["饮用水领域", "user2.htm", "_blank"]
//ssmitems[4]=["除臭行业业绩","user8.htm", "_blank"]
ssmItems[4]=["特殊应用领域", "user4.htm", "_blank"]
ssmItems[5]=["糖及其它甜味剂", "user5.htm", "_blank"]
ssmItems[6]=["淀粉衍生物甜味剂", "user6.htm", "_blank"]
ssmItems[7]=["发酵,生物及制药领域", "user7.htm", "_blank"]

ssmItems[9]=["TopTeck", "", "", 1, "no"] //create two column row
ssmItems[10]=["Email", "mailto:sales@topteck.com.cn", "",1]
ssmItems[8]=["除臭行业业绩", "user8.htm", "_blank"]
//ssmItems[10]=["External Links", "", ""] //create header
//ssmItems[11]=["Website Abstraction", "http://www.wsabstract.com", ""]
//ssmItems[12]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[13]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->
