﻿mmenualign = 'left'  
adress='../../images/share/arow_ap.gif'

var docx, docy

//code for centering the menu
if (mi) {  //Internet Explorer
	if (mac) {
		docx = parseInt((document.body.clientWidth / 2) - 452 , 10)
		docy = parseInt((document.body.clientHeight / 2) - 261 , 10)
		if ( document.body.clientWidth<=910 ) {
			docx = 40
		}
		if ( document.body.clientHeight<=586 ) {
			docy = 28
		}
	} else {
		// 主菜单横纵坐标
		docx = document.all.menuposdiv.offsetLeft + 53
		docy = document.all.menuposdiv.offsetTop  + 29
	}
}else {  //Netscape and Opera
	docx = Math.round((window.innerWidth/2)-451)
	docy = Math.round((window.innerHeight/2)-261)
	if ( window.innerWidth <= 910 )
		docx = 4
	if ( window.innerHeight <= 586 )
		docy = 28
	//alert("2222222222222222222")
}

xoff=docx
xoffsubs=docx
yoff=docy

if (mac) {
	yoff = yoff + 1  //menu position offset on the y-axis on MAC
}

width=175
height=23
heightn1=22
n2off=0
scroll = false

callbackfill('z','597')  //draws a colored bar behind menu level 1 items to ensure that the menu level 1 total width fits the html design
startmenuitem('a')
makemenuitem('01','sub01','阿尔博波特兰中国','../aboutch/index.asp','128')
makemenuitem('02','sub02','阿尔博波特兰集团','','128')
makemenuitem('03','sub03','产品与服务','','88')
makemenuitem('04','sub04','新闻公告','','75')
makemenuitem('05','sub05','人才招募','../job/index.asp','75')
makemenuitem('06','sub06','联系我们','','75')
endmenuitem()

startsubitem('sub01')
endsubitem()

startsubitem('sub02')
makesubitem('sub0201','','集团简介','../aboutus/index.asp')
makesubitem('sub0202','sub0202','组织机构','')
makesubitem('sub0203','','生产基地','../aboutus/index.asp?idtree=.0.2.9.')
makesubitem('sub0204','sub0204','人力资源','')
makesubitem('sub0205','','环境保护','../aboutus/index.asp?idtree=.0.2.11.')
makesubitem('sub0206','','集团历史','../aboutus/index.asp?idtree=.0.2.12.')
makesubitem('sub0207','','影音资料','../aboutus/video.asp?idtree=.0.2.13.')
endsubitem()

startsubitem('sub03')
makesubitem('sub0301','','白水泥','../product/index.asp?idtree=.0.3.14.')
makesubitem('sub0302','','应用参考','../product/index.asp?idtree=.0.3.15.')
makesubitem('sub0303','sub0303','服务','')
endsubitem()

startsubitem('sub04')
makesubitem('sub0401','','集团动态','../news/index.asp?idtree=.0.4.17.')
makesubitem('sub0402','','新闻订阅','../news/mailservice.asp')
makesubitem('sub0403','sub0403','公告栏','')
makesubitem('sub0404','','未来事项','../news/index.asp?idtree=.0.4.20.')
makesubitem('sub0405','','投资者','../news/index2.asp?idtree=.0.4.21.')
makesubitem('sub0406','','财务数据','../news/index.asp?idtree=.0.4.22.')
makesubitem('sub0407','','环保报告','../news/index2.asp?idtree=.0.4.23.')
makesubitem('sub0408','','公司刊物','../news/index.asp?idtree=.0.4.24.')
makesubitem('sub0409','','相关文献','../news/index2.asp?idtree=.0.4.25.')
endsubitem()

startsubitem('sub06')
makesubitem('sub0601','','阿尔博波特兰中国','../contact/index.asp?idtree=.0.6.26.')
makesubitem('sub0602','','阿尔博波特兰全球','../contact/index.asp?idtree=.0.6.27.')
endsubitem()

startsubsubitem('sub0202')
makesubsubitem('sub020201','所有者','../aboutus/index.asp?idtree=.0.2.8.28.')
makesubsubitem('sub020202','组织机构','../aboutus/index.asp?idtree=.0.2.8.29.')
makesubsubitem('sub020203','董事会','../aboutus/index.asp?idtree=.0.2.8.30.')
/*makesubsubitem('sub020204','经理层','../aboutus/index.asp?idtree=.0.2.8.31.')*/
endsubsubitem()

startsubsubitem('sub0204')
makesubsubitem('sub020401','HR使命','../aboutus/index.asp?idtree=.0.2.10.32.')
makesubsubitem('sub020402','HR策略','../aboutus/index.asp?idtree=.0.2.10.33.')
makesubsubitem('sub020403','公司政策','../aboutus/index.asp?idtree=.0.2.10.34.')
makesubsubitem('sub020404','人才发展','../aboutus/index.asp?idtree=.0.2.10.35.')
endsubsubitem()

startsubsubitem('sub0303')
makesubsubitem('sub030301','物流服务','../product/index.asp?idtree=.0.3.16.36.')
makesubsubitem('sub030302','技术支持','../product/index.asp?idtree=.0.3.16.37.')
endsubsubitem()

startsubsubitem('sub0403')
makesubsubitem('sub040301','公布政策','../news/index2.asp?idtree=.0.4.19.38.')
makesubsubitem('sub040302','公布联系','../news/index2.asp?idtree=.0.4.19.39.')
makesubsubitem('sub040303','商标信息','../news/index2.asp?idtree=.0.4.19.40.')
makesubsubitem('sub040304','相关图片','../news/show.asp?idtree=.0.4.19.41.')
endsubsubitem()

setmenu()
