﻿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=185
height=23
heightn1=22
n2off=0
scroll = false

callbackfill('z','630')  //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','Aalborg Portland China','../aboutch/index.asp','160')
makemenuitem('02','sub02','Corporate','','80')
makemenuitem('03','sub03','Products & Services','','140')
makemenuitem('04','sub04','News & Press','','130')
makemenuitem('05','sub05','Job','','45')
makemenuitem('06','sub06','Contact','','65')
endmenuitem()

startsubitem('sub01')
endsubitem()

startsubitem('sub02')
makesubitem('sub0201','','Profile','../aboutus/index.asp')
makesubitem('sub0202','sub0202','Organisation','')
makesubitem('sub0203','','Production units','../aboutus/index.asp?idtree=.0.43.50.')
makesubitem('sub0204','sub0204','HR','')
makesubitem('sub0205','','Environment','../aboutus/index.asp?idtree=.0.43.52.')
makesubitem('sub0206','','History','../aboutus/index.asp?idtree=.0.43.53.')
makesubitem('sub0207','','Corporate Video Presentation','../aboutus/video.asp?idtree=.0.43.54.')
endsubitem()

startsubitem('sub03')
makesubitem('sub0301','','White cement','../product/index.asp?idtree=.0.44.55.')
makesubitem('sub0302','','Application','../product/index.asp?idtree=.0.44.56.')
makesubitem('sub0303','sub0303','Service','')
endsubitem()

startsubitem('sub04')
makesubitem('sub0401','','Company&#39s latest','../news/index.asp?idtree=.0.45.58.')
makesubitem('sub0402','','Newsletter','../news/mailservice.asp')
makesubitem('sub0403','sub0403','Press room','')
makesubitem('sub0404','','Calendar','../news/index.asp?idtree=.0.45.61.')
makesubitem('sub0405','','Investor','../news/index2.asp?idtree=.0.45.62.')
makesubitem('sub0406','','Financial report','../news/index2.asp?idtree=.0.45.63.')
makesubitem('sub0407','','Environment Report','../news/index2.asp?idtree=.0.45.64.')
makesubitem('sub0408','','Publications','../news/index2.asp?idtree=.0.45.65.')
makesubitem('sub0409','','Articles','../news/index2.asp?idtree=.0.45.66.')
endsubitem()

startsubitem('sub05')
makesubitem('sub0501','','Vacant Positions','../job/index.asp?idtree=.0.46.181.')
makesubitem('sub0502','','CV Bank - Send your application','../job/apply.asp?idtree=.0.46.182.')
makesubitem('sub0502','','Recruitment Process','../job/index.asp?idtree=.0.46.183.')
makesubitem('sub0502','','HR Policy','../job/index.asp?idtree=.0.46.184.')
endsubitem()

startsubitem('sub06')
makesubitem('sub0601','','Aalborg Portland China','../contact/index.asp?idtree=.0.47.67.')
makesubitem('sub0602','','Aalborg Portland Global','../contact/index.asp?idtree=.0.47.68.')
endsubitem()

startsubsubitem('sub0202')
makesubsubitem('sub020201','Owner','../aboutus/index.asp?idtree=.0.43.49.69.')
makesubsubitem('sub020202','Organisational structure','../aboutus/index.asp?idtree=.0.43.49.70.')
makesubsubitem('sub020203','Board','../aboutus/index.asp?idtree=.0.43.49.71.')
/*makesubsubitem('sub020204','Executive','../aboutus/index.asp?idtree=.0.43.49.72.')*/
endsubsubitem()

startsubsubitem('sub0204')
makesubsubitem('sub020401','HR mission','../aboutus/index.asp?idtree=.0.43.51.73.')
makesubsubitem('sub020402','HR strategy','../aboutus/index.asp?idtree=.0.43.51.74.')
makesubsubitem('sub020403','Organisation policy','../aboutus/index.asp?idtree=.0.43.51.75.')
makesubsubitem('sub020404','People & competence','../aboutus/index.asp?idtree=.0.43.51.76.')
endsubsubitem()

startsubsubitem('sub0303')
makesubsubitem('sub030301','Logistics','../product/index.asp?idtree=.0.44.57.77.')
makesubsubitem('sub030302','Technology','../product/index.asp?idtree=.0.44.57.78.')
endsubsubitem()

startsubsubitem('sub0403')
makesubsubitem('sub040301','Press policy','../news/index2.asp?idtree=.0.45.60.79.')
makesubsubitem('sub040302','Press contact','../news/index2.asp?idtree=.0.45.60.80.')
makesubsubitem('sub040303','Logo materials','../news/index2.asp?idtree=.0.45.60.81.')
makesubsubitem('sub040304','Press pictures','../news/show.asp?idtree=.0.45.60.82.')
endsubsubitem()

setmenu()

