
menucoror="#ffc974"     
onmenucoror="#cccccc"     
     
backgroundbar=0     
backgroundbarfromleft=200     
backgroundbarfromtop=0     
backgroundbarsize="100%"     
backgroundbarcolor=menucoror  //背景     
     
mainheight=20     
mainwidth=75  //菜单宽度     
subheight=20     
mainbgcoloroff=menucoror     
mainbgcoloron=onmenucoror     
subbgcoloroff=menucoror     
subbgcoloron=onmenucoror     
subsubbgcoloroff=menucoror     
subsubbgcoloron=onmenucoror     
stayoncolor=1     
     
menuspeed=20     
menusubspeed=20     
menurows=1     
menueventon="mouse"     
menueventoff="mouse"     
menuplacement=0     
pxbetween=2        //菜单之间的空隙     
     
     
fromleft=160		   
fromtop=56
     
     
//返回主页     
makeMain(0,'返回首页','index.html')     
//公司简介   
makeMain(1,'公司简介','gs.htm')
//家居用品     
makeMain(2,'家居用品','zx.htm')
//家居产品子菜单
makeSub(2,0,'盆具系列','cp1.htm',6)
makeSub(2,1,'椅凳系列','cp2.htm',6)
makeSub(2,2,'水桶系列','cp3.htm',6)
makeSub(2,3,'鞋架系列','cp7.htm',6)
makeSub(2,4,'纸篓系列','cp4.htm',6)
makeSub(2,5,'衣架系列','cp12.htm',6)

//厨房用品
makeMain(3,'厨房用品','cp.htm')

//厨房用品子菜单     
makeSub(3,0,'筛筐系列','cp5.htm',5)     
makeSub(3,1,'果盘系列','cp9.htm',5)     
makeSub(3,2,'皂盒系列','cp8.htm',5)     
makeSub(3,3,'口杯系列','cp6.htm',5)     
makeSub(3,4,'其它用品','cp11.htm',5)

//产品信息
makeMain(4,'产品信息','xx.htm')     
//先进设备     
makeMain(5,'先进设备','sb.htm')
//网上订购
makeMain(6,'网上订购','dg.htm')
//联系我们     
makeMain(7,'联系我们','lx.htm')     
   
menuInit();     